49 references to IsEnabled
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2482private static object IsEnabled(AutomationPeer peer) { return peer.IsEnabled(); }
PresentationFramework (33)
System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
40if(!IsEnabled())
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
192if(!IsEnabled()) 206if(!IsEnabled())
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
429return wrapperPeer.IsEnabled();
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
541if (!_dataGridAutomationPeer.IsEnabled())
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
540return wrapperPeer.IsEnabled(); 868if (owningButton == null || !this.IsEnabled())
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
82if (!IsEnabled()) 95if (!IsEnabled())
System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
39if (!IsEnabled())
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
52if (!IsEnabled()) 76if (!IsEnabled())
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
83if (!IsEnabled())
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
452return wrapperPeer.IsEnabled();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (4)
193if(!IsEnabled()) 211if(!IsEnabled()) 251if(!IsEnabled()) 271if(!IsEnabled())
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
119if(!IsEnabled())
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
51if (!IsEnabled())
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (2)
69if (!IsEnabled()) 91return !IsEnabled();
System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
43if(!IsEnabled())
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
75if(!IsEnabled()) 138if(!IsEnabled())
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (3)
34if(!IsEnabled()) 52if(!IsEnabled()) 74if(!IsEnabled())
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
82if (!IsEnabled())
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
86if(!IsEnabled())
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
43if(!IsEnabled())
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
261if(!IsEnabled()) 277if(!IsEnabled())
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
400if (!IsEnabled())
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
543if (!IsEnabled())
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (4)
166if (!IsEnabled()) 180if (!IsEnabled()) 225return IsEnabled() && (OwningMenuButton.CanUserResizeVertically || OwningMenuButton.CanUserResizeHorizontally); 241if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (6)
134if (!IsEnabled()) 165if (!IsEnabled()) 235if (!IsEnabled()) 259if (!IsEnabled()) 314return IsEnabled() && (owner.CanUserResizeVertically || owner.CanUserResizeHorizontally); 333if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (2)
69if (!IsEnabled()) 101if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
155if (!IsEnabled())