5 references to UIA_RadioButtonControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
63{ AccessibleRole.RadioButton, UIA_CONTROLTYPE_ID.UIA_RadioButtonControlTypeId },
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContentAlignmentEditorTests.cs (1)
36Assert.Equal(UIA_CONTROLTYPE_ID.UIA_RadioButtonControlTypeId, actual);
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObjectTests.cs (1)
67Assert.Equal(UIA_CONTROLTYPE_ID.UIA_RadioButtonControlTypeId, actual);
System\Windows\Forms\AccessibleObjects\RadioButton.RadioButtonAccessibleObjectTests.cs (1)
191[InlineData((int)UIA_PROPERTY_ID.UIA_ControlTypePropertyId, (int)UIA_CONTROLTYPE_ID.UIA_RadioButtonControlTypeId)] // If AccessibleRole is Default
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
91yield return new object[] { AccessibleRole.RadioButton, UIA_CONTROLTYPE_ID.UIA_RadioButtonControlTypeId };