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