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)
915PropChanging(_rowStyleProp); 921PropChanged(_rowStyleProp); 1666PropChanging(_rowStyleProp); 1668PropChanged(_rowStyleProp); 1833PropChanging(_rowStyleProp); 1835PropChanged(_rowStyleProp); 1966PropChanging(isRow ? _rowStyleProp : _colStyleProp); 2002PropChanged(isRow ? _rowStyleProp : _colStyleProp);