27 references to CHILD_SELF
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\Accessible.cs (14)
276return Wrap(acc, NativeMethods.CHILD_SELF); 307return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, 0) : null; 315return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, Accessible.GetChildCount(_acc) - 1) : null; 384if (_idChild != NativeMethods.CHILD_SELF) 692if (childId == NativeMethods.CHILD_SELF) 749Debug.Assert(_idChild == NativeMethods.CHILD_SELF); 775if (idChild == NativeMethods.CHILD_SELF) 791rval = Wrap((IAccessible)scan, NativeMethods.CHILD_SELF); 1104idChild = NativeMethods.CHILD_SELF; 1132idChild = NativeMethods.CHILD_SELF; 1438NativeMethods.Win32Rect ownLoc = GetLocation(old, NativeMethods.CHILD_SELF); 1439AccessibleRole ownRole = GetRole(old, NativeMethods.CHILD_SELF); 1455AccessibleRole role = GetRole(accChild, NativeMethods.CHILD_SELF); 1459NativeMethods.Win32Rect loc = GetLocation(accChild, NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
268return idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
192if (idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF) 1084_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1178if (childAcc.ChildId != NativeMethods.CHILD_SELF)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
168name = GetAccessibleName(NativeMethods.CHILD_SELF); 207name = GetAccessibleName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
59return idChild == NativeMethods.CHILD_SELF ? sb : sb.CreateStatusBarPane(idChild);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1085if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_CHECKED) == NativeMethods.STATE_SYSTEM_CHECKED) 1089else if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_MIXED) == NativeMethods.STATE_SYSTEM_MIXED)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
572text = acc.get_accName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
58Accessible acc = Accessible.CreateNativeFromEvent(hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 236Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 265name = GetAccessibleName(NativeMethods.CHILD_SELF);