3 writes to _rtlLayoutGrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
136_rtlLayoutGrip ??= new RightToLeftLayoutGrip(); 257_rtlLayoutGrip = null; 288_rtlLayoutGrip = null;
7 references to _rtlLayoutGrip
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (7)
138return _rtlLayoutGrip; 254if (_rtlLayoutGrip is not null) 256_rtlLayoutGrip.Dispose(); 278else if (_rtlLayoutGrip is not null) 280if (Controls.Contains(_rtlLayoutGrip)) 284controlCollection.RemoveInternal(_rtlLayoutGrip); 287_rtlLayoutGrip.Dispose();