Base:
property
TextLength
System.Windows.Forms.Automation.UiaTextProvider.TextLength
6 references to TextLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (4)
52
TextLength
));
177
bool useNext = startCharIndex <
TextLength
- 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);
387
if (start < 0 || start >
TextLength
)
393
if (end < 0 || end >
TextLength
)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
668
Assert.Equal(comboBox.Text.Length, provider.
TextLength
);
684
Assert.Equal(-1, provider.
TextLength
);