1 write to _rowStyleProp
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
109
_rowStyleProp
= TypeDescriptor.GetProperties(_tableLayoutPanel)["RowStyles"];
4 references to _rowStyleProp
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\StyleEditorForm.cs (4)
512
if (
_rowStyleProp
is not null)
514
_componentChangeService.OnComponentChanging(_tableLayoutPanel,
_rowStyleProp
);
1083
if (
_rowStyleProp
is not null)
1085
_componentChangeService.OnComponentChanged(_tableLayoutPanel,
_rowStyleProp
, null, null);