2 references to DisableDWMCrashContainmentSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
159
return LocalAppContext.GetCachedSwitchValue(
DisableDWMCrashContainmentSwitchName
, ref _disableDWMCrashContainment);
System\AppContextDefaultValues.cs (1)
35
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
DisableDWMCrashContainmentSwitchName
, false);