2 references to AddCustomDataTableStyle
System.Windows.Forms.Tests (1)
System\Windows\Forms\UnsupportedTypesTests.cs (1)
161((Action)(() => createFrameworkTypes.AddCustomDataTableStyle(form))).Should().Throw<PlatformNotSupportedException>();
UnsupportedTypes (1)
CreateFrameworkTypes.cs (1)
83AddCustomDataTableStyle(form, dataGrid, _dataSet);