27 references to CHILD_SELF
UIAutomationClientsideProviders (27)
MS\Internal\AutomationProxies\Accessible.cs (14)
286return Wrap(acc, NativeMethods.CHILD_SELF); 317return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, 0) : null; 325return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, Accessible.GetChildCount(_acc) - 1) : null; 394if (_idChild != NativeMethods.CHILD_SELF) 703if (childId == NativeMethods.CHILD_SELF) 761Debug.Assert(_idChild == NativeMethods.CHILD_SELF); 801if (idChild == NativeMethods.CHILD_SELF) 817rval = Wrap((IAccessible)scan, NativeMethods.CHILD_SELF); 1130idChild = NativeMethods.CHILD_SELF; 1170idChild = NativeMethods.CHILD_SELF; 1482NativeMethods.Win32Rect ownLoc = GetLocation(old, NativeMethods.CHILD_SELF); 1483AccessibleRole ownRole = GetRole(old, NativeMethods.CHILD_SELF); 1510AccessibleRole role = GetRole(accChild, NativeMethods.CHILD_SELF); 1514NativeMethods.Win32Rect loc = GetLocation(accChild, NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
277return idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
202if (idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF) 1113_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1207if (childAcc.ChildId != NativeMethods.CHILD_SELF)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
184name = GetAccessibleName(NativeMethods.CHILD_SELF); 223name = GetAccessibleName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
69return idChild == NativeMethods.CHILD_SELF ? sb : sb.CreateStatusBarPane(idChild);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1097if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_CHECKED) == NativeMethods.STATE_SYSTEM_CHECKED) 1101else if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_MIXED) == NativeMethods.STATE_SYSTEM_MIXED)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
618text = acc.get_accName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
68Accessible acc = Accessible.CreateNativeFromEvent(hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 246Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 275name = GetAccessibleName(NativeMethods.CHILD_SELF);