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