9 references to UIA_TextControlTypeId
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
72
{ AccessibleRole.StaticText, UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
},
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
103
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
,
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (1)
122
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
,
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\LabelAccessibleObjectTests.cs (1)
94
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
, (UIA_CONTROLTYPE_ID)(int)actual);
System\Windows\Forms\AccessibleObjects\LinkLabel.LinkLabelAccessibleObjectTests.cs (1)
30
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
, actual);
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObjectTests.cs (1)
93
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
, controlType);
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (1)
25
[InlineData(false, (int)UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
)]
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (1)
24
[InlineData(false, (int)UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
)]
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
100
yield return new object[] { AccessibleRole.StaticText, UIA_CONTROLTYPE_ID.
UIA_TextControlTypeId
};