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)
918PropChanging(_rowStyleProp); 924PropChanged(_rowStyleProp); 1678PropChanging(_rowStyleProp); 1680PropChanged(_rowStyleProp); 1845PropChanging(_rowStyleProp); 1847PropChanged(_rowStyleProp); 1978PropChanging(isRow ? _rowStyleProp : _colStyleProp); 2014PropChanged(isRow ? _rowStyleProp : _colStyleProp);