27 references to CHILD_SELF
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\Accessible.cs (14)
279return Wrap(acc, NativeMethods.CHILD_SELF); 310return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, 0) : null; 318return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, Accessible.GetChildCount(_acc) - 1) : null; 387if (_idChild != NativeMethods.CHILD_SELF) 695if (childId == NativeMethods.CHILD_SELF) 752Debug.Assert(_idChild == NativeMethods.CHILD_SELF); 778if (idChild == NativeMethods.CHILD_SELF) 794rval = Wrap((IAccessible)scan, NativeMethods.CHILD_SELF); 1107idChild = NativeMethods.CHILD_SELF; 1135idChild = NativeMethods.CHILD_SELF; 1441NativeMethods.Win32Rect ownLoc = GetLocation(old, NativeMethods.CHILD_SELF); 1442AccessibleRole ownRole = GetRole(old, NativeMethods.CHILD_SELF); 1458AccessibleRole role = GetRole(accChild, NativeMethods.CHILD_SELF); 1462NativeMethods.Win32Rect loc = GetLocation(accChild, NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
270return idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
194if (idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF) 1086_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1180if (childAcc.ChildId != NativeMethods.CHILD_SELF)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
173name = GetAccessibleName(NativeMethods.CHILD_SELF); 212name = GetAccessibleName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
63return idChild == NativeMethods.CHILD_SELF ? sb : sb.CreateStatusBarPane(idChild);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1089if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_CHECKED) == NativeMethods.STATE_SYSTEM_CHECKED) 1093else if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_MIXED) == NativeMethods.STATE_SYSTEM_MIXED)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
576text = acc.get_accName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
61Accessible acc = Accessible.CreateNativeFromEvent(hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 239Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 268name = GetAccessibleName(NativeMethods.CHILD_SELF);