4 writes to hwndThatLostFocus
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
4117hwndThatLostFocus = IntPtr.Zero; 4123hwndThatLostFocus = IntPtr.Zero; 4545hwndThatLostFocus = otherHandle.Handle; 4556otherToolStrip.hwndThatLostFocus = this.hwndThatLostFocus;
6 references to hwndThatLostFocus
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStrip.cs (6)
1936if (hwndThatLostFocus == IntPtr.Zero) { 4113if ((hwndThatLostFocus != IntPtr.Zero) && (hwndThatLostFocus != this.Handle)) { 4114Control c = Control.FromHandleInternal(hwndThatLostFocus); 4116Debug.WriteLineIf(SnapFocusDebug.TraceVerbose, "[ToolStrip RestoreFocus]: Will Restore Focus to: " + WindowsFormsUtils.GetControlInformation(hwndThatLostFocus)); 4556otherToolStrip.hwndThatLostFocus = this.hwndThatLostFocus;