2 writes to _colStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
829
_colStyleProp
= null;
1173
_colStyleProp
= TypeDescriptor.GetProperties(Table)["ColumnStyles"];
8 references to _colStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
931
PropChanging(
_colStyleProp
);
937
PropChanged(
_colStyleProp
);
1690
PropChanging(
_colStyleProp
);
1692
PropChanged(
_colStyleProp
);
1857
PropChanging(
_colStyleProp
);
1859
PropChanged(
_colStyleProp
);
1978
PropChanging(isRow ? _rowStyleProp :
_colStyleProp
);
2014
PropChanged(isRow ? _rowStyleProp :
_colStyleProp
);