15 references to ElementNotAvailableException
PresentationFramework (7)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
802throw new ElementNotAvailableException(SR.VirtualizedElement);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (5)
638throw new ElementNotAvailableException(SR.VirtualizedElement); 657throw new ElementNotAvailableException(SR.VirtualizedElement); 697throw new ElementNotAvailableException(SR.VirtualizedElement); 723throw new ElementNotAvailableException(SR.VirtualizedElement); 934throw new ElementNotAvailableException(SR.VirtualizedElement);
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
125throw new ElementNotAvailableException(SR.VirtualizedElement);
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (7)
140throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 171throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 201throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 241throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 265throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 285throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 339throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement);
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
1191throw new ElementNotAvailableException(description);