2 writes to _colStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
832_colStyleProp = null; 1176_colStyleProp = TypeDescriptor.GetProperties(Table)["ColumnStyles"];
8 references to _colStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
934PropChanging(_colStyleProp); 940PropChanged(_colStyleProp); 1693PropChanging(_colStyleProp); 1695PropChanged(_colStyleProp); 1860PropChanging(_colStyleProp); 1862PropChanged(_colStyleProp); 1988PropChanging(isRow ? _rowStyleProp : _colStyleProp); 2024PropChanged(isRow ? _rowStyleProp : _colStyleProp);