1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Accessible.cs (1)
149
_acc
= acc;
36 references to _acc
UIAutomationClientSideProviders (36)
MS\Internal\AutomationProxies\Accessible.cs (36)
285
internal IAccessible IAccessible { get { return
_acc
; } }
286
internal int ChildCount { get { return GetChildCount(
_acc
); } }
288
internal string Description { get { return GetDescription(
_acc
, _idChild); } }
289
internal string KeyboardShortcut { get { return GetKeyboardShortcut(
_acc
, _idChild); } }
290
internal string Name { get { return GetName(
_acc
, _idChild); } }
291
internal string DefaultAction { get { return GetDefaultAction(
_acc
, _idChild); } }
292
internal AccessibleRole Role { get { return GetRole(
_acc
, _idChild); } }
307
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, 0) : null;
315
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, Accessible.GetChildCount(
_acc
) - 1) : null;
327
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
338
if (_accessibleChildrenIndex + 1 < Accessible.GetChildCount(parent.
_acc
))
340
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex + 1);
354
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
367
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex - 1);
386
rval =
_acc
; // parent is managing this child
392
rval = (IAccessible)
_acc
.accParent;
417
SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
491
return (AccessibleState)
_acc
.get_accState(_idChild);
515
string value = FixBstr(
_acc
.get_accValue(_idChild));
540
_acc
.set_accValue(_idChild, value);
559
NativeMethods.Win32Rect rcW32 = GetLocation(
_acc
, _idChild);
616
obj =
_acc
.accSelection;
636
children[0] = AccessibleFromObject(obj,
_acc
);
641
children[0] = AccessibleFromObject(obj,
_acc
);
649
children[i] = AccessibleFromObject(objs[i],
_acc
);
664
scan =
_acc
.accFocus;
698
return Wrap(
_acc
, childId);
725
return FixBstr(
_acc
.get_accHelp(_idChild));
754
scan =
_acc
.accHitTest(x, y);
786
rval = Wrap(
_acc
, idChild);
810
_acc
.accDoDefaultAction(_idChild);
852
return acc1==acc2 || acc1.Compare(acc2.
_acc
, acc2._idChild);
863
int result = UnsafeNativeMethods.WindowFromAccessibleObject(
_acc
, ref _hwnd);
1048
NativeMethods.Win32Rect rect1 = GetLocation(
_acc
, _idChild);
1147
_acc
.accSelect(selFlags, _idChild);