3 references to RowStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
223_pictureLabelTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
185_innerPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));
System.Windows.Forms.Tests (1)
System\Windows\Forms\RowStyleTests.cs (1)
21RowStyle style = new(sizeType);