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