27 references to CHILD_SELF
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\Accessible.cs (14)
271return Wrap(acc, NativeMethods.CHILD_SELF); 302return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, 0) : null; 310return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, Accessible.GetChildCount(_acc) - 1) : null; 379if (_idChild != NativeMethods.CHILD_SELF) 674if (childId == NativeMethods.CHILD_SELF) 728Debug.Assert(_idChild == NativeMethods.CHILD_SELF); 752if (idChild == NativeMethods.CHILD_SELF) 768rval = Wrap((IAccessible)scan, NativeMethods.CHILD_SELF); 1075idChild = NativeMethods.CHILD_SELF; 1103idChild = NativeMethods.CHILD_SELF; 1409NativeMethods.Win32Rect ownLoc = GetLocation(old, NativeMethods.CHILD_SELF); 1410AccessibleRole ownRole = GetRole(old, NativeMethods.CHILD_SELF); 1426AccessibleRole role = GetRole(accChild, NativeMethods.CHILD_SELF); 1430NativeMethods.Win32Rect loc = GetLocation(accChild, NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
267return idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
188if (idObject == NativeMethods.OBJID_CLIENT && idChild == NativeMethods.CHILD_SELF) 1080_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1172if (childAcc.ChildId != NativeMethods.CHILD_SELF)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
163name = GetAccessibleName(NativeMethods.CHILD_SELF); 200name = GetAccessibleName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
58return idChild == NativeMethods.CHILD_SELF ? sb : sb.CreateStatusBarPane(idChild);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1075if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_CHECKED) == NativeMethods.STATE_SYSTEM_CHECKED) 1079else if (((int)accChild.get_accState(NativeMethods.CHILD_SELF) & NativeMethods.STATE_SYSTEM_MIXED) == NativeMethods.STATE_SYSTEM_MIXED)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
571text = acc.get_accName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
57Accessible acc = Accessible.CreateNativeFromEvent(hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 232Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.OBJID_CLIENT, NativeMethods.CHILD_SELF); 261name = GetAccessibleName(NativeMethods.CHILD_SELF);