2 writes to _rowStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
831
_rowStyleProp
= null;
1175
_rowStyleProp
= TypeDescriptor.GetProperties(Table)["RowStyles"];
8 references to _rowStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
921
PropChanging(
_rowStyleProp
);
927
PropChanged(
_rowStyleProp
);
1681
PropChanging(
_rowStyleProp
);
1683
PropChanged(
_rowStyleProp
);
1848
PropChanging(
_rowStyleProp
);
1850
PropChanged(
_rowStyleProp
);
1988
PropChanging(isRow ?
_rowStyleProp
: _colStyleProp);
2024
PropChanged(isRow ?
_rowStyleProp
: _colStyleProp);