15 references to ElementNotAvailableException
PresentationFramework (7)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
803throw new ElementNotAvailableException(SR.VirtualizedElement);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (5)
642throw new ElementNotAvailableException(SR.VirtualizedElement); 661throw new ElementNotAvailableException(SR.VirtualizedElement); 701throw new ElementNotAvailableException(SR.VirtualizedElement); 727throw new ElementNotAvailableException(SR.VirtualizedElement); 938throw new ElementNotAvailableException(SR.VirtualizedElement);
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
129throw new ElementNotAvailableException(SR.VirtualizedElement);
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (7)
141throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 172throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 202throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 242throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 266throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 286throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement); 340throw new ElementNotAvailableException(Microsoft.Windows.Controls.SR.VirtualizedElement);
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
1192throw new ElementNotAvailableException(description);