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; 4446otherToolStrip._hwndThatLostFocus = _hwndThatLostFocus;
5 references to _hwndThatLostFocus
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
1753if (_hwndThatLostFocus == IntPtr.Zero) 3999if (!_hwndThatLostFocus.IsNull && (_hwndThatLostFocus != Handle)) 4001Control? control = FromHandle(_hwndThatLostFocus); 4446otherToolStrip._hwndThatLostFocus = _hwndThatLostFocus;