10 references to IsSelected
PresentationFramework (10)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
57
if (tabItem != null && tabItem.
IsSelected
)
87
if ((tabItem != null) && tabItem.
IsSelected
)
System\Windows\Controls\TabItem.cs (8)
237
if (
IsSelected
)
274
if (e.Source == this || !
IsSelected
)
294
if (!
IsSelected
&& TabControlParent != null)
327
if (!
IsSelected
&& TabControlParent != null)
393
if (
IsSelected
)
419
if (
IsSelected
)
439
if (
IsSelected
)
469
else if (!tabItem.
IsSelected
) // If TabItem is not active it is a scope for its content elements