10 references to IsSelected
PresentationFramework (10)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
68
if (tabItem != null && tabItem.
IsSelected
)
98
if ((tabItem != null) && tabItem.
IsSelected
)
System\Windows\Controls\TabItem.cs (8)
241
if (
IsSelected
)
278
if (e.Source == this || !
IsSelected
)
298
if (!
IsSelected
&& TabControlParent != null)
331
if (!
IsSelected
&& TabControlParent != null)
397
if (
IsSelected
)
423
if (
IsSelected
)
443
if (
IsSelected
)
473
else if (!tabItem.
IsSelected
) // If TabItem is not active it is a scope for its content elements