5 references to SelectionPropertiesCanLagBehindSelectionChangedEvent
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (2)
456if (!FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 486if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
System\Windows\Controls\TabControl.cs (1)
334if (MS.Internal.FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
System\Windows\Controls\TabItem.cs (2)
287if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 482bool setFocusOnContent = (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent || !IsKeyboardFocusWithin)