10 references to IsSelected
PresentationFramework (10)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
56
if (tabItem != null && tabItem.
IsSelected
)
86
if ((tabItem != null) && tabItem.
IsSelected
)
System\Windows\Controls\TabItem.cs (8)
233
if (
IsSelected
)
270
if (e.Source == this || !
IsSelected
)
290
if (!
IsSelected
&& TabControlParent != null)
323
if (!
IsSelected
&& TabControlParent != null)
389
if (
IsSelected
)
415
if (
IsSelected
)
435
if (
IsSelected
)
465
else if (!tabItem.
IsSelected
) // If TabItem is not active it is a scope for its content elements