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)
21
RowStyle style =
new
(sizeType);