2 references to UseLegacyImagesSwitchName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AppContextDefaultValues.Defaults.cs (1)
39
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
UseLegacyImagesSwitchName
, true);
winforms\Managed\System\WinForms\LocalAppContextSwitches.cs (1)
80
return LocalAppContext.GetCachedSwitchValue(LocalAppContextSwitches.
UseLegacyImagesSwitchName
, ref _useLegacyImages);