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)
143
return
_rtlLayoutGrip
;
253
if (
_rtlLayoutGrip
is not null)
255
_rtlLayoutGrip
.Dispose();
277
else if (
_rtlLayoutGrip
is not null)
279
if (Controls.Contains(
_rtlLayoutGrip
))
283
controlCollection.RemoveInternal(
_rtlLayoutGrip
);
286
_rtlLayoutGrip
.Dispose();