Base:
property
Text
System.Windows.Forms.Automation.UiaTextProvider.Text
4 references to Text
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (2)
413
string t =
Text
;
437
if (index < 0 || index >=
Text
.Length)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
632
string actual = provider.
Text
.Trim('\0');
650
string actual = provider.
Text
.Trim('\0');