2 instantiations of NoClickablePointException
UIAutomationClient (2)
MS\Internal\Automation\UiaCoreApi.cs (1)
1195
throw new
NoClickablePointException
(description);
System\Windows\Automation\AutomationElement.cs (1)
919
throw new
NoClickablePointException
(SR.LogicalElementNoClickablePoint);
1 reference to NoClickablePointException
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
914
/// <exception cref="
NoClickablePointException
">If there is not clickable point for this element</exception>