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