34 references to IsEnabled
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2402private static object IsEnabled(AutomationPeer peer) { return peer.IsEnabled(); }
PresentationFramework (33)
src\Framework\System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
49if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
200if(!IsEnabled()) 214if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
410return wrapperPeer.IsEnabled();
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
557if (!_dataGridAutomationPeer.IsEnabled())
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
524return wrapperPeer.IsEnabled(); 852if (owningButton == null || !this.IsEnabled())
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (2)
91if (!IsEnabled()) 104if (!IsEnabled())
src\Framework\System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
48if (!IsEnabled())
src\Framework\System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (2)
63if (!IsEnabled()) 87if (!IsEnabled())
src\Framework\System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
88if (!IsEnabled())
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
429return wrapperPeer.IsEnabled();
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (4)
182if(!IsEnabled()) 200if(!IsEnabled()) 240if(!IsEnabled()) 260if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
133if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
59if (!IsEnabled())
src\Framework\System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (2)
79if (!IsEnabled()) 101return !IsEnabled();
src\Framework\System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
52if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (2)
81if(!IsEnabled()) 144if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\SelectorItemAutomationPeer.cs (3)
45if(!IsEnabled()) 63if(!IsEnabled()) 85if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
91if (!IsEnabled())
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
94if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
51if(!IsEnabled())
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
278if(!IsEnabled()) 294if(!IsEnabled())