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)
57
if (cs is not null &&
_changedProp
is not null)
59
cs.OnComponentChanged(_table,
_changedProp
, null, null);
111
if (
_changedProp
is not null)
135
cs.OnComponentChanging(_table,
_changedProp
);
169
_styles = ((TableLayoutStyleCollection)
_changedProp
.GetValue(_table)).Cast<TableLayoutStyle>().ToList();