2 references to DoNotScaleForDpiChangesSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
22
return LocalAppContext.GetCachedSwitchValue(
DoNotScaleForDpiChangesSwitchName
, ref _doNotScaleForDpiChanges);
System\AppContextDefaultValues.cs (1)
17
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
DoNotScaleForDpiChangesSwitchName
, false);