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