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)
921PropChanging(_rowStyleProp); 927PropChanged(_rowStyleProp); 1681PropChanging(_rowStyleProp); 1683PropChanged(_rowStyleProp); 1848PropChanging(_rowStyleProp); 1850PropChanged(_rowStyleProp); 1988PropChanging(isRow ? _rowStyleProp : _colStyleProp); 2024PropChanged(isRow ? _rowStyleProp : _colStyleProp);