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