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