1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Accessible.cs (1)
152
_acc
= acc;
36 references to _acc
UIAutomationClientSideProviders (36)
MS\Internal\AutomationProxies\Accessible.cs (36)
288
internal IAccessible IAccessible { get { return
_acc
; } }
289
internal int ChildCount { get { return GetChildCount(
_acc
); } }
291
internal string Description { get { return GetDescription(
_acc
, _idChild); } }
292
internal string KeyboardShortcut { get { return GetKeyboardShortcut(
_acc
, _idChild); } }
293
internal string Name { get { return GetName(
_acc
, _idChild); } }
294
internal string DefaultAction { get { return GetDefaultAction(
_acc
, _idChild); } }
295
internal AccessibleRole Role { get { return GetRole(
_acc
, _idChild); } }
310
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, 0) : null;
318
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, Accessible.GetChildCount(
_acc
) - 1) : null;
330
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
341
if (_accessibleChildrenIndex + 1 < Accessible.GetChildCount(parent.
_acc
))
343
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex + 1);
357
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
370
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex - 1);
389
rval =
_acc
; // parent is managing this child
395
rval = (IAccessible)
_acc
.accParent;
420
SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
494
return (AccessibleState)
_acc
.get_accState(_idChild);
518
string value = FixBstr(
_acc
.get_accValue(_idChild));
543
_acc
.set_accValue(_idChild, value);
562
NativeMethods.Win32Rect rcW32 = GetLocation(
_acc
, _idChild);
619
obj =
_acc
.accSelection;
639
children[0] = AccessibleFromObject(obj,
_acc
);
644
children[0] = AccessibleFromObject(obj,
_acc
);
652
children[i] = AccessibleFromObject(objs[i],
_acc
);
667
scan =
_acc
.accFocus;
701
return Wrap(
_acc
, childId);
728
return FixBstr(
_acc
.get_accHelp(_idChild));
757
scan =
_acc
.accHitTest(x, y);
789
rval = Wrap(
_acc
, idChild);
813
_acc
.accDoDefaultAction(_idChild);
855
return acc1==acc2 || acc1.Compare(acc2.
_acc
, acc2._idChild);
866
int result = UnsafeNativeMethods.WindowFromAccessibleObject(
_acc
, ref _hwnd);
1051
NativeMethods.Win32Rect rect1 = GetLocation(
_acc
, _idChild);
1150
_acc
.accSelect(selFlags, _idChild);