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