2 writes to _colStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
829_colStyleProp = null; 1173_colStyleProp = TypeDescriptor.GetProperties(Table)["ColumnStyles"];
8 references to _colStyleProp
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
931PropChanging(_colStyleProp); 937PropChanged(_colStyleProp); 1690PropChanging(_colStyleProp); 1692PropChanged(_colStyleProp); 1857PropChanging(_colStyleProp); 1859PropChanged(_colStyleProp); 1978PropChanging(isRow ? _rowStyleProp : _colStyleProp); 2014PropChanged(isRow ? _rowStyleProp : _colStyleProp);