5 references to DontSupportPngFramesInIcons
System.Drawing.Common.Tests (5)
System\Drawing\IconTests.cs (5)
572if (RemoteExecutor.IsSupported && (!AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool isEnabled) || isEnabled)) 576AppContext.SetSwitch(DontSupportPngFramesInIcons, false); 595if (RemoteExecutor.IsSupported && (!AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool isEnabled) || !isEnabled)) 599AppContext.SetSwitch(DontSupportPngFramesInIcons, true); 605if (AppContext.TryGetSwitch(DontSupportPngFramesInIcons, out bool enabled) && enabled)