2 references to EnableHardwareAccelerationInRdpSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
392
return LocalAppContext.GetCachedSwitchValue(
EnableHardwareAccelerationInRdpSwitchName
, ref _enableHardwareAccelerationInRdp);
System\AppContextDefaultValues.cs (1)
63
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
EnableHardwareAccelerationInRdpSwitchName
, false);