2 writes to _rowStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
828
_rowStyleProp
= null;
1172
_rowStyleProp
= TypeDescriptor.GetProperties(Table)["RowStyles"];
8 references to _rowStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
918
PropChanging(
_rowStyleProp
);
924
PropChanged(
_rowStyleProp
);
1678
PropChanging(
_rowStyleProp
);
1680
PropChanged(
_rowStyleProp
);
1845
PropChanging(
_rowStyleProp
);
1847
PropChanged(
_rowStyleProp
);
1978
PropChanging(isRow ?
_rowStyleProp
: _colStyleProp);
2014
PropChanged(isRow ?
_rowStyleProp
: _colStyleProp);