10 references to IsSelected
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
65
if (tabItem != null && tabItem.
IsSelected
)
95
if ((tabItem != null) && tabItem.
IsSelected
)
src\Framework\System\Windows\Controls\TabItem.cs (8)
242
if (
IsSelected
)
279
if (e.Source == this || !
IsSelected
)
299
if (!
IsSelected
&& TabControlParent != null)
332
if (!
IsSelected
&& TabControlParent != null)
383
if (
IsSelected
)
409
if (
IsSelected
)
429
if (
IsSelected
)
459
else if (!tabItem.
IsSelected
) // If TabItem is not active it is a scope for its content elements