3 instantiations of SubTableLayoutStyle
System.Windows.Forms.Tests (3)
System\Windows\Forms\TableLayoutStyleTests.cs (3)
15
SubTableLayoutStyle style =
new
();
24
SubTableLayoutStyle style =
new
()
149
Assert.Throws<NotSupportedException>(() => converter.ConvertTo(new
SubTableLayoutStyle
{ SizeType = sizeType }, typeof(InstanceDescriptor)));
2 references to SubTableLayoutStyle
System.Windows.Forms.Tests (2)
System\Windows\Forms\TableLayoutStyleTests.cs (2)
15
SubTableLayoutStyle
style = new();
24
SubTableLayoutStyle
style = new()