ui/winui/MainWindow.idl@c9702a6d7306
ui/winui/MainWindow.idl
Fri, 19 Jun 2026 21:18:18 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 19 Jun 2026 21:18:18 +0200
- changeset 1216
- c9702a6d7306
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix potential use-after-free in uic_context_detach_all
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}