2 references to ItemAutomationPeerKeepsItsItemAliveSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
122
return LocalAppContext.GetCachedSwitchValue(
ItemAutomationPeerKeepsItsItemAliveSwitchName
, ref _ItemAutomationPeerKeepsItsItemAlive);
System\AppContextDefaultValues.cs (1)
33
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
ItemAutomationPeerKeepsItsItemAliveSwitchName
, false);