5 references to SelectionPropertiesCanLagBehindSelectionChangedEvent
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
479if (!FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 509if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
src\Framework\System\Windows\Controls\TabControl.cs (1)
347if (MS.Internal.FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent)
src\Framework\System\Windows\Controls\TabItem.cs (2)
296if (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent) 476bool setFocusOnContent = (FrameworkAppContextSwitches.SelectionPropertiesCanLagBehindSelectionChangedEvent || !IsKeyboardFocusWithin)