33 references to OBJID_CLIENT
UIAutomationClientSideProviders (33)
MS\Internal\AutomationProxies\EventManager.cs (1)
59
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
170
&& idObject != NativeMethods.
OBJID_CLIENT
)
268
return idObject == NativeMethods.
OBJID_CLIENT
&& idChild == NativeMethods.CHILD_SELF;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
189
if (idObject == NativeMethods.
OBJID_CLIENT
&& idChild == NativeMethods.CHILD_SELF)
1081
_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.
OBJID_CLIENT
);
MS\Internal\AutomationProxies\NonClientArea.cs (2)
201
case NativeMethods.
OBJID_CLIENT
:
726
scrollBar.DispatchEvents(0, ValuePattern.ValueProperty, NativeMethods.
OBJID_CLIENT
, 0);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
639
_IAccessible = Accessible.AccessibleObjectFromWindow(_hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK ? acc.IAccessible : null;
MS\Internal\AutomationProxies\WindowsButton.cs (4)
322
Accessible.AccessibleObjectFromWindow(hwndRadioButton, NativeMethods.
OBJID_CLIENT
, ref accRadioButton) != NativeMethods.S_OK ||
397
if (Accessible.AccessibleObjectFromWindow(hwndParent, NativeMethods.
OBJID_CLIENT
, ref accParent) != NativeMethods.S_OK || accParent == null)
683
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK &&
723
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK &&
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
754
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
77
if (Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) != NativeMethods.S_OK || acc == null)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
117
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsListView.cs (1)
115
case NativeMethods.
OBJID_CLIENT
:
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
141
int idObject = _sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : _sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
447
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
525
if (_sbFlag != NativeMethods.SB_CTL || Misc.GetScrollBarInfo(_hwnd, NativeMethods.
OBJID_CLIENT
, ref sbi))
713
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_CLIENT
;
732
int idObject = NativeMethods.
OBJID_CLIENT
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
222
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)
175
return Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc) == NativeMethods.S_OK && acc != null && acc.ChildCount > 0;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
566
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)
58
Accessible acc = Accessible.CreateNativeFromEvent(hwnd, NativeMethods.
OBJID_CLIENT
, NativeMethods.CHILD_SELF);
236
Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.
OBJID_CLIENT
, NativeMethods.CHILD_SELF);
305
Accessible acc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.
OBJID_CLIENT
, item + 1);
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
66
case NativeMethods.
OBJID_CLIENT
:
820
_nativeAcc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.
OBJID_CLIENT
, childId);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
62
if(idObject == NativeMethods.
OBJID_CLIENT
308
int hr = Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.
OBJID_CLIENT
, ref acc);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
181
if (Accessible.AccessibleObjectFromWindow(hwndSpin, NativeMethods.
OBJID_CLIENT
, ref acc) != NativeMethods.S_OK || acc == null)