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); 40if (_ownedWindows is not null) 42foreach (HWND hwnd in _ownedWindows) 53if (_ownedWindows is not null) 55foreach (HWND hwnd in _ownedWindows)