25 references to CHILDID_SELF
System.Windows.Forms (14)
System\Windows\Forms\Accessibility\AccessibleObject.cs (12)
107private protected static VARIANT CHILDID_SELF { get; } = (VARIANT)(int)PInvoke.CHILDID_SELF; 703internal virtual int GetChildId() => (int)PInvoke.CHILDID_SELF; 932*pidChild = (int)PInvoke.CHILDID_SELF; 1829result = accessible.Value->accDoDefaultAction((VARIANT)(int)PInvoke.CHILDID_SELF); 2017if (!childID.Equals((int)PInvoke.CHILDID_SELF)) 2047? (int)PInvoke.CHILDID_SELF 2632if (SysNavigate(navdir, (VARIANT)(int)PInvoke.CHILDID_SELF, out AccessibleObject? accessibleObject)) 2660return (VARIANT)(int)PInvoke.CHILDID_SELF; 2791if ((int)childID != (int)PInvoke.CHILDID_SELF) 2807|| childID.data.intVal == (int)PInvoke.CHILDID_SELF; 2834if (id == (int)PInvoke.CHILDID_SELF) 2990args = [(int)PInvoke.CHILDID_SELF];
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2908(int)PInvoke.CHILDID_SELF);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
28337AccessibilityNotifyClients(AccessibleEvents.Reorder, (int)OBJECT_IDENTIFIER.OBJID_CLIENT, (int)PInvoke.CHILDID_SELF);
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (2)
257(int)PInvoke.CHILDID_SELF); 272(int)PInvoke.CHILDID_SELF);
System\Windows\Forms\Design\DesignerFrame.cs (1)
125(int)PInvoke.CHILDID_SELF);
System\Windows\Forms\Design\DocumentDesigner.cs (4)
1090(int)PInvoke.CHILDID_SELF); 1098(int)PInvoke.CHILDID_SELF); 1125(int)PInvoke.CHILDID_SELF); 1135(int)PInvoke.CHILDID_SELF);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\AccessibleObjectTests.cs (2)
2169Assert.Equal((int)AccessibleRole.Window, iAccessible.get_accRole((int)PInvoke.CHILDID_SELF)); 2737const int expectedIdChild = (int)PInvoke.CHILDID_SELF;
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
205Assert.Equal((int)PInvoke.CHILDID_SELF, accFocus.GetValue(comWrapper)); 298*pvarChild = (VARIANT)(int)PInvoke.CHILDID_SELF;