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