3 writes to _rtlLayoutGrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
144
_rtlLayoutGrip
??= new RightToLeftLayoutGrip();
263
_rtlLayoutGrip
= null;
293
_rtlLayoutGrip
= null;
6 references to _rtlLayoutGrip
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (6)
146
return
_rtlLayoutGrip
;
262
_rtlLayoutGrip
?.Dispose();
283
else if (
_rtlLayoutGrip
is not null)
285
if (Controls.Contains(
_rtlLayoutGrip
))
289
controlCollection.RemoveInternal(
_rtlLayoutGrip
);
292
_rtlLayoutGrip
.Dispose();