1 write to _isRowCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleCollectionEditor.cs (1)
20
_isRowCollection
= type.IsAssignableFrom(typeof(TableLayoutRowStyleCollection));
1 reference to _isRowCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleCollectionEditor.cs (1)
29
return new StyleEditorForm(this,
_isRowCollection
);