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