Base:
property
Text
System.Windows.Forms.Automation.UiaTextProvider.Text
4 references to Text
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (2)
282public override int TextLength => Text.Length; 383visibleEnd = Text.Length;
System.Windows.Forms.Tests (2)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (2)
529string actual = provider.Text.Trim('\0'); 544string actual = provider.Text.Trim('\0');