5 references to DropList
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
686
or AccessibleRole.
DropList
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
38
{ AccessibleRole.
DropList
, UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId },
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
244
: IsReadOnly() ? AccessibleRole.
DropList
: AccessibleRole.ComboBox;
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
799
yield return new object[] { AccessibleRole.
DropList
};
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
64
yield return new object[] { AccessibleRole.
DropList
, UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId };