2 instantiations of TestDataGridColumnStyle
System.Windows.Forms.Tests (2)
System\Windows\Forms\UnsupportedTypesTests.cs (2)
34
new(() => new
TestDataGridColumnStyle
()),
36
new(() => new
TestDataGridColumnStyle
(prop: null!)),
4 references to TestDataGridColumnStyle
System.Windows.Forms.Tests (4)
System\Windows\Forms\UnsupportedTypesTests.cs (4)
35
new(
TestDataGridColumnStyle
.CreateCompModSwitches),
37
new(
TestDataGridColumnStyle
.Create_DataGridColumnHeaderAccessibleObject),
38
new(
TestDataGridColumnStyle
.Create_DataGridColumnHeaderAccessibleObject1),
68
((Func<bool>)(() =>
TestDataGridColumnStyle
.Call_DGEditColumnEditing())).Should().Throw<PlatformNotSupportedException>();