94 instantiations of ElementNotAvailableException
PresentationCore (11)
MS\Internal\Automation\ElementProxy.cs (10)
81throw new ElementNotAvailableException(); 91throw new ElementNotAvailableException(); 154throw new ElementNotAvailableException(); 166throw new ElementNotAvailableException(); 182throw new ElementNotAvailableException(); 353throw new ElementNotAvailableException(); 435throw new ElementNotAvailableException(); 457throw new ElementNotAvailableException(); 468throw new ElementNotAvailableException(); 479throw new ElementNotAvailableException();
MS\Internal\Automation\ElementUtil.cs (1)
183throw new 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 (10)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (3)
110throw new ElementNotAvailableException(); 123throw new ElementNotAvailableException(); 134throw new ElementNotAvailableException();
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 (17)
MS\Internal\Automation\HwndProxyElementProvider.cs (13)
147throw new ElementNotAvailableException(); 292throw new ElementNotAvailableException(); 417throw new ElementNotAvailableException(); 439throw new ElementNotAvailableException(); 461throw new ElementNotAvailableException(); 468throw new ElementNotAvailableException(); 528throw new ElementNotAvailableException(); 772throw new ElementNotAvailableException(); 836throw new ElementNotAvailableException(); 932throw new ElementNotAvailableException(); 1216throw new ElementNotAvailableException(); 1249throw new ElementNotAvailableException(); 1573throw new ElementNotAvailableException();
MS\Internal\Automation\Misc.cs (2)
238throw new ElementNotAvailableException(); 243throw new ElementNotAvailableException();
MS\Internal\Automation\SafeProcessHandle.cs (1)
26throw new ElementNotAvailableException();
MS\Internal\Automation\UiaCoreApi.cs (1)
1192throw new ElementNotAvailableException(description);
UIAutomationClientSideProviders (49)
MS\Internal\AutomationProxies\Accessible.cs (9)
918throw new ElementNotAvailableException(); 930throw new ElementNotAvailableException(); 1297throw new ElementNotAvailableException(e); 1305throw new ElementNotAvailableException(e); 1336throw new ElementNotAvailableException(e); 1354throw new ElementNotAvailableException(e); 1370throw new ElementNotAvailableException(e); 1381throw new ElementNotAvailableException(e); 1386throw new ElementNotAvailableException(e);
MS\Internal\AutomationProxies\CommonXSendMessage.cs (8)
75throw new ElementNotAvailableException(); 185throw new ElementNotAvailableException(); 222throw new ElementNotAvailableException(); 269throw new ElementNotAvailableException(); 316throw new ElementNotAvailableException(); 367throw new ElementNotAvailableException(); 1168throw new ElementNotAvailableException(); 1246throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\Misc.cs (4)
703throw new ElementNotAvailableException(); 1683throw new ElementNotAvailableException(); 1688throw new ElementNotAvailableException(); 1831throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1030throw new ElementNotAvailableException(); 1039throw new ElementNotAvailableException(); 1085throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\WindowsButton.cs (1)
154throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
210throw new ElementNotAvailableException (); 242throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
209throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsMenu.cs (13)
536throw new ElementNotAvailableException(); 803throw new ElementNotAvailableException(); 820throw new ElementNotAvailableException(); 836throw new ElementNotAvailableException(); 1264throw new ElementNotAvailableException(); 2229throw new ElementNotAvailableException (); 2909throw new ElementNotAvailableException(); 2940throw new ElementNotAvailableException(); 2953throw new ElementNotAvailableException(); 2958throw new ElementNotAvailableException(); 2963throw new ElementNotAvailableException(); 2968throw new ElementNotAvailableException(); 2973throw new ElementNotAvailableException();
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
161throw new ElementNotAvailableException (); 185throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsTab.cs (2)
188throw new ElementNotAvailableException (); 215throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
127throw new ElementNotAvailableException (); 154throw new ElementNotAvailableException ();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
601throw new ElementNotAvailableException(); 1307throw new ElementNotAvailableException ();
22 references to ElementNotAvailableException
PresentationCore (2)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
431catch (ElementNotAvailableException) 466catch (ElementNotAvailableException)
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
224if (ex is ElementNotAvailableException)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
186if (ex is ElementNotAvailableException)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
300if(ex is ElementNotAvailableException)
UIAutomationClient (4)
MS\Internal\Automation\ClientEventManager.cs (1)
177catch (ElementNotAvailableException)
MS\Internal\Automation\EventListenerClientSide.cs (1)
91catch( ElementNotAvailableException )
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
1411catch (ElementNotAvailableException) 1538catch (ElementNotAvailableException)
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
128catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
68catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
136catch (ElementNotAvailableException) 518catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
159catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
86catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
176catch (ElementNotAvailableException) 737catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
72catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
96catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WinEventTracker.cs (2)
256catch (ElementNotAvailableException) 301catch (ElementNotAvailableException)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
194catch (ElementNotAvailableException)