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