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