2 references to SelectionPropertiesCanLagBehindSelectionChangedEventSwitchName
PresentationFramework (2)
src\Framework\MS\Internal\FrameworkAppContextSwitches.cs (1)
54
return LocalAppContext.GetCachedSwitchValue(
SelectionPropertiesCanLagBehindSelectionChangedEventSwitchName
, ref _selectionPropertiesCanLagBehindSelectionChangedEvent);
src\Framework\System\AppContextDefaultValues.cs (1)
38
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
SelectionPropertiesCanLagBehindSelectionChangedEventSwitchName
, true);