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