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