2 writes to _acc
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Accessible.cs (2)
159
_acc
= acc;
778
_acc
= accNew;
38 references to _acc
UIAutomationClientsideProviders (38)
MS\Internal\AutomationProxies\Accessible.cs (38)
295
internal IAccessible IAccessible { get { return
_acc
; } }
296
internal int ChildCount { get { return GetChildCount(
_acc
); } }
298
internal string Description { get { return GetDescription(
_acc
, _idChild); } }
299
internal string KeyboardShortcut { get { return GetKeyboardShortcut(
_acc
, _idChild); } }
300
internal string Name { get { return GetName(
_acc
, _idChild); } }
301
internal string DefaultAction { get { return GetDefaultAction(
_acc
, _idChild); } }
302
internal AccessibleRole Role { get { return GetRole(
_acc
, _idChild); } }
317
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, 0) : null;
325
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(
_acc
, null, Accessible.GetChildCount(
_acc
) - 1) : null;
337
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
348
if (_accessibleChildrenIndex + 1 < Accessible.GetChildCount(parent.
_acc
))
350
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex + 1);
364
children = SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
377
rval = GetChildAt(parent.
_acc
, children, _accessibleChildrenIndex - 1);
396
rval =
_acc
; // parent is managing this child
402
rval = (IAccessible)
_acc
.accParent;
427
SetAccessibleChildrenIndexAndGetChildren(parent.
_acc
);
501
return (AccessibleState)
_acc
.get_accState(_idChild);
525
string value = FixBstr(
_acc
.get_accValue(_idChild));
550
_acc
.set_accValue(_idChild, value);
570
NativeMethods.Win32Rect rcW32 = GetLocation(
_acc
, _idChild);
628
obj =
_acc
.accSelection;
648
children[0] = AccessibleFromObject(obj,
_acc
);
653
children[0] = AccessibleFromObject(obj,
_acc
);
661
children[i] = AccessibleFromObject(objs[i],
_acc
);
675
scan =
_acc
.accFocus;
709
return Wrap(
_acc
, childId);
737
return FixBstr(
_acc
.get_accHelp(_idChild));
768
scan =
_acc
.accHitTest(x, y);
775
IAccessible accNew = WashPartialTrustWinformsAccessible(
_acc
);
779
scan =
_acc
.accHitTest(x, y);
812
rval = Wrap(
_acc
, idChild);
836
_acc
.accDoDefaultAction(_idChild);
878
return acc1==acc2 || acc1.Compare(acc2.
_acc
, acc2._idChild);
889
int result = UnsafeNativeMethods.WindowFromAccessibleObject(
_acc
, ref _hwnd);
1074
NativeMethods.Win32Rect rect1 = GetLocation(
_acc
, _idChild);
1185
_acc
.accSelect(selFlags, _idChild);