3 writes to _rtlLayoutGrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
144_rtlLayoutGrip ??= new RightToLeftLayoutGrip(); 259_rtlLayoutGrip = null; 290_rtlLayoutGrip = null;
7 references to _rtlLayoutGrip
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (7)
146return _rtlLayoutGrip; 256if (_rtlLayoutGrip is not null) 258_rtlLayoutGrip.Dispose(); 280else if (_rtlLayoutGrip is not null) 282if (Controls.Contains(_rtlLayoutGrip)) 286controlCollection.RemoveInternal(_rtlLayoutGrip); 289_rtlLayoutGrip.Dispose();