2 writes to _stub
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
46_stub = new TableLayoutSettingsStub(); 228_stub = settings._stub;
16 references to _stub
System.Windows.Forms (16)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (16)
157return _stub.RowStyles; 173return _stub.ColumnStyles; 212if ( _stub != null) { 213Debug.Assert( _stub.IsValid, "seems like we're still partying on an object that's given over its rows and columns, that's a nono."); 224settings._stub.ApplySettings(this); 228_stub = settings._stub; 239return _stub.GetColumnSpan(control); 252_stub.SetColumnSpan(control, value); 269return _stub.GetRowSpan(control); 286_stub.SetRowSpan(control, value); 311return _stub.GetRow(control); 366return _stub.GetColumn(control); 383_stub.SetColumn(control, column); 394_stub.SetColumn(control, column); 397_stub.SetRow(control, row); 444return _stub.GetControlsInformation();