1 write to _idChild
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Accessible.cs (1)
160
_idChild
= idChild;
20 references to _idChild
UIAutomationClientsideProviders (20)
MS\Internal\AutomationProxies\Accessible.cs (20)
297
internal int ChildId { get { return
_idChild
; } }
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;
394
if (
_idChild
!= NativeMethods.CHILD_SELF)
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
);
737
return FixBstr(_acc.get_accHelp(
_idChild
));
761
Debug.Assert(
_idChild
== NativeMethods.CHILD_SELF);
836
_acc.accDoDefaultAction(
_idChild
);
878
return acc1==acc2 || acc1.Compare(acc2._acc, acc2.
_idChild
);
1068
if (
_idChild
!= idChild)
1074
NativeMethods.Win32Rect rect1 = GetLocation(_acc,
_idChild
);
1185
_acc.accSelect(selFlags,
_idChild
);