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)
146
return
_rtlLayoutGrip
;
256
if (
_rtlLayoutGrip
is not null)
258
_rtlLayoutGrip
.Dispose();
280
else if (
_rtlLayoutGrip
is not null)
282
if (Controls.Contains(
_rtlLayoutGrip
))
286
controlCollection.RemoveInternal(
_rtlLayoutGrip
);
289
_rtlLayoutGrip
.Dispose();