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