33 references to OBJID_CLIENT
UIAutomationClientsideProviders (33)
MS\Internal\AutomationProxies\EventManager.cs (1)
72
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
182
&& idObject != NativeMethods.
OBJID_CLIENT
)
277
return idObject == NativeMethods.
OBJID_CLIENT
&& idChild == NativeMethods.CHILD_SELF;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
202
if (idObject == NativeMethods.
OBJID_CLIENT
&& idChild == NativeMethods.CHILD_SELF)
1113
_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.
OBJID_CLIENT
);
MS\Internal\AutomationProxies\NonClientArea.cs (2)
202
case NativeMethods.
OBJID_CLIENT
:
727
scrollBar.DispatchEvents(0, ValuePattern.ValueProperty, NativeMethods.
OBJID_CLIENT
, 0);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
656
_IAccessible = Accessible.AccessibleObjectFromWindow(_hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK ? acc.IAccessible : null;
MS\Internal\AutomationProxies\WindowsButton.cs (4)
338
Accessible.AccessibleObjectFromWindow(hwndRadioButton, NativeMethods.
OBJID_CLIENT
, ref accRadioButton) != NativeMethods.S_OK ||
413
if (Accessible.AccessibleObjectFromWindow(hwndParent, NativeMethods.
OBJID_CLIENT
, ref accParent) != NativeMethods.S_OK || accParent == null)
699
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK &&
739
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK &&
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
771
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
87
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) != NativeMethods.S_OK || acc == null)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
129
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsListView.cs (1)
125
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
155
int idObject = _sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : _sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
462
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
540
if (_sbFlag != NativeMethods.SB_CTL || Misc.GetScrollBarInfo(_hwnd, NativeMethods.
OBJID_CLIENT
, ref sbi))
724
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
743
int idObject = NativeMethods.
OBJID_CLIENT
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
231
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
186
return Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK && acc != null && acc.ChildCount > 0;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
579
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) != NativeMethods.S_OK || acc == null)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
85
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
68
Accessible acc = Accessible.CreateNativeFromEvent(hwnd, NativeMethods.
OBJID_CLIENT
, NativeMethods.CHILD_SELF);
246
Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.
OBJID_CLIENT
, NativeMethods.CHILD_SELF);
315
Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.
OBJID_CLIENT
, item + 1);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
77
case NativeMethods.
OBJID_CLIENT
:
831
_nativeAcc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.
OBJID_CLIENT
, childId);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
79
if(idObject == NativeMethods.
OBJID_CLIENT
325
int hr = Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
191
if (Accessible.AccessibleObjectFromWindow(hwndSpin, NativeMethods.
OBJID_CLIENT
, ref acc) != NativeMethods.S_OK || acc == null)