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