3 instantiations of SubTableLayoutStyle
System.Windows.Forms.Tests (3)
System\Windows\Forms\TableLayoutStyleTests.cs (3)
17
SubTableLayoutStyle style =
new
();
26
SubTableLayoutStyle style =
new
()
151
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)
17
SubTableLayoutStyle
style = new();
26
SubTableLayoutStyle
style = new()