Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
3 references to IsInvalid
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
94
if (hnode == null || hnode.
IsInvalid
)
445
if (hnode.
IsInvalid
)
1205
if (_hnode == null || _hnode.
IsInvalid
)