1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Accessible.cs (1)
144
_acc
= acc;
36 references to _acc
UIAutomationClientSideProviders (36)
MS\Internal\AutomationProxies\Accessible.cs (36)
280
internal IAccessible IAccessible { get { return
_acc
; } }
281
internal int ChildCount { get { return GetChildCount(
_acc
); } }
283
internal string Description { get { return GetDescription(
_acc
, _idChild); } }
284
internal string KeyboardShortcut { get { return GetKeyboardShortcut(
_acc
, _idChild); } }
285
internal string Name { get { return GetName(
_acc
, _idChild); } }
286
internal string DefaultAction { get { return GetDefaultAction(
_acc
, _idChild); } }
287
internal AccessibleRole Role { get { return GetRole(
_acc
, _idChild); } }
302
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, 0) : null;
310
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, Accessible.GetChildCount(
_acc
) - 1) : null;
322
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
333
if (_accessibleChildrenIndex + 1 < Accessible.GetChildCount(parent.
_acc
))
335
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex + 1);
349
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
362
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex - 1);
381
rval =
_acc
; // parent is managing this child
387
rval = (IAccessible)
_acc
.accParent;
409
SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
483
return (AccessibleState)
_acc
.get_accState(_idChild);
504
string value = FixBstr(
_acc
.get_accValue(_idChild));
524
_acc
.set_accValue(_idChild, value);
543
NativeMethods.Win32Rect rcW32 = GetLocation(
_acc
, _idChild);
599
obj =
_acc
.accSelection;
619
children[0] = AccessibleFromObject(obj,
_acc
);
624
children[0] = AccessibleFromObject(obj,
_acc
);
631
children[i] = AccessibleFromObject(objs[i],
_acc
);
646
scan =
_acc
.accFocus;
680
return Wrap(
_acc
, childId);
707
return FixBstr(
_acc
.get_accHelp(_idChild));
733
scan =
_acc
.accHitTest(x, y);
763
rval = Wrap(
_acc
, idChild);
787
_acc
.accDoDefaultAction(_idChild);
829
return acc1==acc2 || acc1.Compare(acc2.
_acc
, acc2._idChild);
840
int result = UnsafeNativeMethods.WindowFromAccessibleObject(
_acc
, ref _hwnd);
1022
NativeMethods.Win32Rect rect1 = GetLocation(
_acc
, _idChild);
1121
_acc
.accSelect(selFlags, _idChild);