4 writes to ActiveHwndInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (4)
135ActiveHwndInternal = new(Control.FromHandle(hwndActive), hwndActive); 194ActiveHwndInternal = default; 251ActiveHwndInternal = new(sender as Control); 405ActiveHwndInternal = new(Control.FromHandle(hwndActive), hwndActive);
1 reference to ActiveHwndInternal
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
60internal static HandleRef<HWND> ActiveHwnd => Instance.ActiveHwndInternal;