2 references to ShouldNotRenderInNonInteractiveWindowStationSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
263
return LocalAppContext.GetCachedSwitchValue(
ShouldNotRenderInNonInteractiveWindowStationSwitchName
, ref _shouldNotRenderInNonInteractiveWindowStation);
System\AppContextDefaultValues.cs (1)
26
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
ShouldNotRenderInNonInteractiveWindowStationSwitchName
, false);