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