2 writes to _rowStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
825
_rowStyleProp
= null;
1169
_rowStyleProp
= TypeDescriptor.GetProperties(Table)["RowStyles"];
8 references to _rowStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
915
PropChanging(
_rowStyleProp
);
921
PropChanged(
_rowStyleProp
);
1666
PropChanging(
_rowStyleProp
);
1668
PropChanged(
_rowStyleProp
);
1833
PropChanging(
_rowStyleProp
);
1835
PropChanged(
_rowStyleProp
);
1966
PropChanging(isRow ?
_rowStyleProp
: _colStyleProp);
2002
PropChanged(isRow ?
_rowStyleProp
: _colStyleProp);