4 references to UIA_TextControlTypeId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5494
return NativeMethods.
UIA_TextControlTypeId
;
winforms\Managed\System\WinForms\Label.cs (1)
1790
return NativeMethods.
UIA_TextControlTypeId
;
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
388
return NativeMethods.
UIA_TextControlTypeId
;
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
270
return NativeMethods.
UIA_TextControlTypeId
;