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)
523if (_rowStyleProp is not null) 525_componentChangeService.OnComponentChanging(_tableLayoutPanel, _rowStyleProp);