1 write to _colStyleProp
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
110_colStyleProp = TypeDescriptor.GetProperties(_tableLayoutPanel)["ColumnStyles"];
2 references to _colStyleProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\StyleEditorForm.cs (2)
528if (_colStyleProp is not null) 530_componentChangeService.OnComponentChanging(_tableLayoutPanel, _colStyleProp);