3 writes to _rtlLayoutGrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
141_rtlLayoutGrip ??= new RightToLeftLayoutGrip(); 256_rtlLayoutGrip = null; 287_rtlLayoutGrip = null;
7 references to _rtlLayoutGrip
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (7)
143return _rtlLayoutGrip; 253if (_rtlLayoutGrip is not null) 255_rtlLayoutGrip.Dispose(); 277else if (_rtlLayoutGrip is not null) 279if (Controls.Contains(_rtlLayoutGrip)) 283controlCollection.RemoveInternal(_rtlLayoutGrip); 286_rtlLayoutGrip.Dispose();