49 references to IsEnabled
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2498private static object IsEnabled(AutomationPeer peer) { return peer.IsEnabled(); }
PresentationFramework (33)
System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
52if(!IsEnabled())
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
205if(!IsEnabled()) 219if(!IsEnabled())
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
436return wrapperPeer.IsEnabled();
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
547if (!_dataGridAutomationPeer.IsEnabled())
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
548return wrapperPeer.IsEnabled(); 876if (owningButton == null || !this.IsEnabled())
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
95if (!IsEnabled()) 108if (!IsEnabled())
System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
51if (!IsEnabled())
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
66if (!IsEnabled()) 90if (!IsEnabled())
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
84if (!IsEnabled())
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
466return wrapperPeer.IsEnabled();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (4)
207if(!IsEnabled()) 225if(!IsEnabled()) 265if(!IsEnabled()) 285if(!IsEnabled())
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
132if(!IsEnabled())
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
62if (!IsEnabled())
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (2)
81if (!IsEnabled()) 103return !IsEnabled();
System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
55if(!IsEnabled())
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
84if(!IsEnabled()) 147if(!IsEnabled())
System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (3)
48if(!IsEnabled()) 66if(!IsEnabled()) 88if(!IsEnabled())
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
94if (!IsEnabled())
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
98if(!IsEnabled())
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
55if(!IsEnabled())
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
277if(!IsEnabled()) 293if(!IsEnabled())
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
403if (!IsEnabled())
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
556if (!IsEnabled())
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (4)
170if (!IsEnabled()) 184if (!IsEnabled()) 229return IsEnabled() && (OwningMenuButton.CanUserResizeVertically || OwningMenuButton.CanUserResizeHorizontally); 245if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (6)
139if (!IsEnabled()) 170if (!IsEnabled()) 240if (!IsEnabled()) 264if (!IsEnabled()) 319return IsEnabled() && (owner.CanUserResizeVertically || owner.CanUserResizeHorizontally); 338if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (2)
73if (!IsEnabled()) 105if (!IsEnabled())
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
162if (!IsEnabled())