8 references to OBJID_CLIENT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
78
private int accObjId = NativeMethods.
OBJID_CLIENT
; // Indicates what kind of 'inner' system accessible object we are using
2352
return AccessibleObjectId == NativeMethods.
OBJID_CLIENT
;
winforms\Managed\System\WinForms\ComboBox.cs (1)
3950
if (NativeMethods.
OBJID_CLIENT
== unchecked((int)(long)m.LParam)) {
winforms\Managed\System\WinForms\Control.cs (4)
654
case NativeMethods.
OBJID_CLIENT
:
5283
AccessibilityNotifyClients(accEvent, NativeMethods.
OBJID_CLIENT
, childID);
19873
UnsafeNativeMethods.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), NativeMethods.
OBJID_CLIENT
, 0);
19887
UnsafeNativeMethods.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), NativeMethods.
OBJID_CLIENT
, childID + 1);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
28339
AccessibilityNotifyClients(AccessibleEvents.Reorder, NativeMethods.
OBJID_CLIENT
, 0);