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