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) 382if (IsSelected) 408if (IsSelected) 428if (IsSelected) 458else if (!tabItem.IsSelected) // If TabItem is not active it is a scope for its content elements