1 write to _acc
UIAutomationClient (1)
MS\Internal\Automation\Accessible.cs (1)
32
_acc
= acc;
2 references to _acc
UIAutomationClient (2)
MS\Internal\Automation\Accessible.cs (2)
55
return (int)
_acc
.get_accState(_child);
78
if (UnsafeNativeMethods.WindowFromAccessibleObject(
_acc
, ref _hwnd) != 0/*S_OK*/)