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