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