10 references to IsSelected
PresentationFramework (10)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (2)
57if (tabItem != null && tabItem.IsSelected) 87if ((tabItem != null) && tabItem.IsSelected)
System\Windows\Controls\TabItem.cs (8)
237if (IsSelected) 274if (e.Source == this || !IsSelected) 294if (!IsSelected && TabControlParent != null) 327if (!IsSelected && TabControlParent != null) 393if (IsSelected) 419if (IsSelected) 439if (IsSelected) 469else if (!tabItem.IsSelected) // If TabItem is not active it is a scope for its content elements