2 references to SelectionPropertiesCanLagBehindSelectionChangedEventSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
45
return LocalAppContext.GetCachedSwitchValue(
SelectionPropertiesCanLagBehindSelectionChangedEventSwitchName
, ref _selectionPropertiesCanLagBehindSelectionChangedEvent);
System\AppContextDefaultValues.cs (1)
27
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
SelectionPropertiesCanLagBehindSelectionChangedEventSwitchName
, false);