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)
517
if (
_colStyleProp
is not null)
519
_componentChangeService.OnComponentChanging(_tableLayoutPanel,
_colStyleProp
);