5 references to SelectionPropertiesCanLagBehindSelectionChangedEvent
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (2)
469if (!FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 499if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
System\Windows\Controls\TabControl.cs (1)
346if (MS.Internal.FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
System\Windows\Controls\TabItem.cs (2)
295if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 490bool setFocusOnContent = (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent || !IsKeyboardFocusWithin)