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