5 references to SelectionPropertiesCanLagBehindSelectionChangedEvent
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (2)
460if (!FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 490if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
System\Windows\Controls\TabControl.cs (1)
336if (MS.Internal.FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
System\Windows\Controls\TabItem.cs (2)
289if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 484bool setFocusOnContent = (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent || !IsKeyboardFocusWithin)