3 references to Text
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
75
{ AccessibleRole.
Text
, UIA_CONTROLTYPE_ID.UIA_EditControlTypeId },
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
240
? IsReadOnly() ? AccessibleRole.StaticText : AccessibleRole.
Text
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1324
AccessibleRole = AccessibleRole.
Text
,