4 writes to ActiveHwndInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripManager.cs (4)
854
ActiveHwndInternal
= new HandleRef(this, hwndActive);
920
ActiveHwndInternal
= NativeMethods.NullHandleRef;
979
ActiveHwndInternal
= new HandleRef(this, topLevel.Handle);
1126
ActiveHwndInternal
= new HandleRef(this, hwndActive);
1 reference to ActiveHwndInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
769
get { return Instance.
ActiveHwndInternal
; }