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