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)
138
return
_rtlLayoutGrip
;
254
if (
_rtlLayoutGrip
is not null)
256
_rtlLayoutGrip
.Dispose();
278
else if (
_rtlLayoutGrip
is not null)
280
if (Controls.Contains(
_rtlLayoutGrip
))
284
controlCollection.RemoveInternal(
_rtlLayoutGrip
);
287
_rtlLayoutGrip
.Dispose();