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