3 writes to _rtlLayoutGrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
136
_rtlLayoutGrip
??= new RightToLeftLayoutGrip();
255
_rtlLayoutGrip
= null;
285
_rtlLayoutGrip
= null;
6 references to _rtlLayoutGrip
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (6)
138
return
_rtlLayoutGrip
;
254
_rtlLayoutGrip
?.Dispose();
275
else if (
_rtlLayoutGrip
is not null)
277
if (Controls.Contains(
_rtlLayoutGrip
))
281
controlCollection.RemoveInternal(
_rtlLayoutGrip
);
284
_rtlLayoutGrip
.Dispose();