3 references to DoNotScaleForDpiChangesSwitchName
PresentationCore (3)
MS\Internal\CoreAppContextSwitches.cs (1)
30return LocalAppContext.GetCachedSwitchValue(DoNotScaleForDpiChangesSwitchName, ref _doNotScaleForDpiChanges);
System\AppContextDefaultValues.cs (2)
25LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.DoNotScaleForDpiChangesSwitchName, true); 50LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.DoNotScaleForDpiChangesSwitchName, false);