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