4 writes to _hwndThatLostFocus
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
4001
_hwndThatLostFocus
= default;
4009
_hwndThatLostFocus
= default;
4436
_hwndThatLostFocus
= otherHwnd;
4447
otherToolStrip.
_hwndThatLostFocus
= _hwndThatLostFocus;
5 references to _hwndThatLostFocus
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
1751
if (
_hwndThatLostFocus
== IntPtr.Zero)
3998
if (!
_hwndThatLostFocus
.IsNull && (
_hwndThatLostFocus
!= Handle))
4000
Control? control = FromHandle(
_hwndThatLostFocus
);
4447
otherToolStrip._hwndThatLostFocus =
_hwndThatLostFocus
;