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