2 writes to _colStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
826
_colStyleProp
= null;
1170
_colStyleProp
= TypeDescriptor.GetProperties(Table)["ColumnStyles"];
8 references to _colStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
928
PropChanging(
_colStyleProp
);
934
PropChanged(
_colStyleProp
);
1678
PropChanging(
_colStyleProp
);
1680
PropChanged(
_colStyleProp
);
1845
PropChanging(
_colStyleProp
);
1847
PropChanged(
_colStyleProp
);
1966
PropChanging(isRow ? _rowStyleProp :
_colStyleProp
);
2002
PropChanged(isRow ? _rowStyleProp :
_colStyleProp
);