1 write to _ownedWindows
System.Windows.Forms (1)
System\Windows\Forms\Form.EnumThreadWindowsCallback.cs (1)
30
_ownedWindows
??= [];
5 references to _ownedWindows
System.Windows.Forms (5)
System\Windows\Forms\Form.EnumThreadWindowsCallback.cs (5)
31
_ownedWindows
.Add(hwnd);
40
if (
_ownedWindows
is not null)
42
foreach (HWND hwnd in
_ownedWindows
)
53
if (
_ownedWindows
is not null)
55
foreach (HWND hwnd in
_ownedWindows
)