3 writes to rtlLayoutGrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusStrip.cs (3)
166
rtlLayoutGrip
= new RightToLeftLayoutGrip();
272
rtlLayoutGrip
= null;
298
rtlLayoutGrip
= null;
8 references to rtlLayoutGrip
System.Windows.Forms (8)
winforms\Managed\System\WinForms\StatusStrip.cs (8)
165
if (
rtlLayoutGrip
== null) {
168
return
rtlLayoutGrip
;
270
if (
rtlLayoutGrip
!= null) {
271
rtlLayoutGrip
.Dispose();
290
else if (
rtlLayoutGrip
!= null) {
291
if (this.Controls.Contains(
rtlLayoutGrip
)) {
295
controlCollection.RemoveInternal(
rtlLayoutGrip
);
297
rtlLayoutGrip
.Dispose();