1 write to _colStyleProp
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
110_colStyleProp = TypeDescriptor.GetProperties(_tableLayoutPanel)["ColumnStyles"];
4 references to _colStyleProp
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\StyleEditorForm.cs (4)
517if (_colStyleProp is not null) 519_componentChangeService.OnComponentChanging(_tableLayoutPanel, _colStyleProp); 1088if (_colStyleProp is not null) 1090_componentChangeService.OnComponentChanged(_tableLayoutPanel, _colStyleProp, null, null);