2 writes to _changedProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (2)
60_changedProp = null; 108_changedProp = TypeDescriptor.GetProperties(_table)[isColumn ? "ColumnStyles" : "RowStyles"];
5 references to _changedProp
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (5)
57if (cs is not null && _changedProp is not null) 59cs.OnComponentChanged(_table, _changedProp, null, null); 111if (_changedProp is not null) 135cs.OnComponentChanging(_table, _changedProp); 169_styles = ((TableLayoutStyleCollection)_changedProp.GetValue(_table)).Cast<TableLayoutStyle>().ToList();