49 references to IsEnabled
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2485private static object IsEnabled(AutomationPeer peer) { return peer.IsEnabled(); }
PresentationFramework (33)
System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
41if(!IsEnabled())
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
193if(!IsEnabled()) 207if(!IsEnabled())
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
430return wrapperPeer.IsEnabled();
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
542if (!_dataGridAutomationPeer.IsEnabled())
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
541return wrapperPeer.IsEnabled(); 869if (owningButton == null || !this.IsEnabled())
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
83if (!IsEnabled()) 96if (!IsEnabled())
System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
40if (!IsEnabled())
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
53if (!IsEnabled()) 77if (!IsEnabled())
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
84if (!IsEnabled())
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
456return wrapperPeer.IsEnabled();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (4)
194if(!IsEnabled()) 212if(!IsEnabled()) 252if(!IsEnabled()) 272if(!IsEnabled())
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
120if(!IsEnabled())
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
52if (!IsEnabled())
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (2)
70if (!IsEnabled()) 92return !IsEnabled();
System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
44if(!IsEnabled())
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
76if(!IsEnabled()) 139if(!IsEnabled())
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (3)
35if(!IsEnabled()) 53if(!IsEnabled()) 75if(!IsEnabled())
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
83if (!IsEnabled())
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
87if(!IsEnabled())
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
44if(!IsEnabled())
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
265if(!IsEnabled()) 281if(!IsEnabled())
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
401if (!IsEnabled())
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
554if (!IsEnabled())
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (4)
167if (!IsEnabled()) 181if (!IsEnabled()) 226return IsEnabled() && (OwningMenuButton.CanUserResizeVertically || OwningMenuButton.CanUserResizeHorizontally); 242if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (6)
135if (!IsEnabled()) 166if (!IsEnabled()) 236if (!IsEnabled()) 260if (!IsEnabled()) 315return IsEnabled() && (owner.CanUserResizeVertically || owner.CanUserResizeHorizontally); 334if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (2)
70if (!IsEnabled()) 102if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
156if (!IsEnabled())