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