4 writes to _hwndThatLostFocus
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
4008_hwndThatLostFocus = default; 4016_hwndThatLostFocus = default; 4440_hwndThatLostFocus = otherHwnd; 4451otherToolStrip._hwndThatLostFocus = _hwndThatLostFocus;
5 references to _hwndThatLostFocus
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
1750if (_hwndThatLostFocus == IntPtr.Zero) 4005if (!_hwndThatLostFocus.IsNull && (_hwndThatLostFocus != Handle)) 4007Control? control = FromHandle(_hwndThatLostFocus); 4451otherToolStrip._hwndThatLostFocus = _hwndThatLostFocus;