9 references to IsNetFramework
System.Drawing.Common.Tests (9)
System\Drawing\CharacterRangeTests.cs (1)
69
if (!PlatformDetection.
IsNetFramework
)
System\Drawing\FontTests.cs (1)
596
if (PlatformDetection.
IsNetFramework
)
System\Drawing\IconTests.cs (5)
179
PlatformDetection.
IsNetFramework
? typeof(Win32Exception) : typeof(ArgumentException)
197
PlatformDetection.
IsNetFramework
? typeof(Win32Exception) : typeof(ArgumentException)
388
if (PlatformDetection.
IsNetFramework
)
484
if (PlatformDetection.
IsNetFramework
)
757
string fieldName = PlatformDetection.
IsNetFramework
? "bitDepth" : "s_bitDepth";
System\Drawing\ImageTests.cs (2)
518
if (PlatformDetection.
IsNetFramework
)
643
if (PlatformDetection.
IsNetFramework
)