94 instantiations of ElementNotAvailableException
PresentationCore (11)
MS\Internal\Automation\ElementProxy.cs (10)
80throw new ElementNotAvailableException(); 90throw new ElementNotAvailableException(); 153throw new ElementNotAvailableException(); 165throw new ElementNotAvailableException(); 181throw new ElementNotAvailableException(); 352throw new ElementNotAvailableException(); 434throw new ElementNotAvailableException(); 456throw new ElementNotAvailableException(); 467throw new ElementNotAvailableException(); 478throw new ElementNotAvailableException();
MS\Internal\Automation\ElementUtil.cs (1)
182throw new 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 (10)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (3)
109throw new ElementNotAvailableException(); 122throw new ElementNotAvailableException(); 133throw new ElementNotAvailableException();
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 (17)
MS\Internal\Automation\HwndProxyElementProvider.cs (13)
146throw new ElementNotAvailableException(); 291throw new ElementNotAvailableException(); 416throw new ElementNotAvailableException(); 438throw new ElementNotAvailableException(); 460throw new ElementNotAvailableException(); 467throw new ElementNotAvailableException(); 527throw new ElementNotAvailableException(); 771throw new ElementNotAvailableException(); 835throw new ElementNotAvailableException(); 931throw new ElementNotAvailableException(); 1215throw new ElementNotAvailableException(); 1248throw new ElementNotAvailableException(); 1572throw new ElementNotAvailableException();
MS\Internal\Automation\Misc.cs (2)
237throw new ElementNotAvailableException(); 242throw new ElementNotAvailableException();
MS\Internal\Automation\SafeProcessHandle.cs (1)
25throw new ElementNotAvailableException();
MS\Internal\Automation\UiaCoreApi.cs (1)
1191throw new ElementNotAvailableException(description);
UIAutomationClientSideProviders (49)
MS\Internal\AutomationProxies\Accessible.cs (9)
917throw new ElementNotAvailableException(); 929throw new ElementNotAvailableException(); 1293throw new ElementNotAvailableException(e); 1301throw new ElementNotAvailableException(e); 1332throw new ElementNotAvailableException(e); 1350throw new ElementNotAvailableException(e); 1366throw new ElementNotAvailableException(e); 1377throw new ElementNotAvailableException(e); 1382throw new ElementNotAvailableException(e);
MS\Internal\AutomationProxies\CommonXSendMessage.cs (8)
74throw new ElementNotAvailableException(); 184throw new ElementNotAvailableException(); 221throw new ElementNotAvailableException(); 268throw new ElementNotAvailableException(); 315throw new ElementNotAvailableException(); 366throw new ElementNotAvailableException(); 1167throw new ElementNotAvailableException(); 1245throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\Misc.cs (4)
702throw new ElementNotAvailableException(); 1682throw new ElementNotAvailableException(); 1687throw new ElementNotAvailableException(); 1830throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1029throw new ElementNotAvailableException(); 1038throw new ElementNotAvailableException(); 1084throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\WindowsButton.cs (1)
153throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
209throw new ElementNotAvailableException (); 241throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
208throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsMenu.cs (13)
535throw new ElementNotAvailableException(); 802throw new ElementNotAvailableException(); 819throw new ElementNotAvailableException(); 835throw new ElementNotAvailableException(); 1263throw new ElementNotAvailableException(); 2228throw new ElementNotAvailableException (); 2908throw new ElementNotAvailableException(); 2939throw new ElementNotAvailableException(); 2952throw new ElementNotAvailableException(); 2957throw new ElementNotAvailableException(); 2962throw new ElementNotAvailableException(); 2967throw new ElementNotAvailableException(); 2972throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
160throw new ElementNotAvailableException (); 184throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsTab.cs (2)
187throw new ElementNotAvailableException (); 214throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
126throw new ElementNotAvailableException (); 153throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
600throw new ElementNotAvailableException(); 1306throw new ElementNotAvailableException ();
22 references to ElementNotAvailableException
PresentationCore (2)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
427catch (ElementNotAvailableException) 462catch (ElementNotAvailableException)
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
220if (ex is ElementNotAvailableException)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
185if (ex is ElementNotAvailableException)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
296if(ex is ElementNotAvailableException)
UIAutomationClient (4)
MS\Internal\Automation\ClientEventManager.cs (1)
176catch (ElementNotAvailableException)
MS\Internal\Automation\EventListenerClientSide.cs (1)
90catch( ElementNotAvailableException )
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
1410catch (ElementNotAvailableException) 1537catch (ElementNotAvailableException)
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
127catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
67catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
135catch (ElementNotAvailableException) 517catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
158catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
85catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
175catch (ElementNotAvailableException) 736catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
71catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
95catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WinEventTracker.cs (2)
255catch (ElementNotAvailableException) 300catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
193catch (ElementNotAvailableException)