2 writes to _colStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
832
_colStyleProp
= null;
1176
_colStyleProp
= TypeDescriptor.GetProperties(Table)["ColumnStyles"];
8 references to _colStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
934
PropChanging(
_colStyleProp
);
940
PropChanged(
_colStyleProp
);
1693
PropChanging(
_colStyleProp
);
1695
PropChanged(
_colStyleProp
);
1860
PropChanging(
_colStyleProp
);
1862
PropChanged(
_colStyleProp
);
1988
PropChanging(isRow ? _rowStyleProp :
_colStyleProp
);
2024
PropChanged(isRow ? _rowStyleProp :
_colStyleProp
);