4 writes to _hwndThatLostFocus
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
4002
_hwndThatLostFocus
= default;
4010
_hwndThatLostFocus
= default;
4435
_hwndThatLostFocus
= otherHwnd;
4446
otherToolStrip.
_hwndThatLostFocus
= _hwndThatLostFocus;
5 references to _hwndThatLostFocus
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
1753
if (
_hwndThatLostFocus
== IntPtr.Zero)
3999
if (!
_hwndThatLostFocus
.IsNull && (
_hwndThatLostFocus
!= Handle))
4001
Control? control = FromHandle(
_hwndThatLostFocus
);
4446
otherToolStrip._hwndThatLostFocus =
_hwndThatLostFocus
;