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)
413string t = Text; 437if (index < 0 || index >= Text.Length)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
632string actual = provider.Text.Trim('\0'); 650string actual = provider.Text.Trim('\0');