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