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