1 write to TextCount
System.Windows.Forms.Tests (1)
TextBoxTests.cs (1)
387using SubTextBox textBox = new() { PlaceholderText = text, IsUserPaint = isUserPaint, IsFocused = isIsFocused, TextCount = textCount };
1 reference to TextCount
System.Windows.Forms.Tests (1)
TextBoxTests.cs (1)
748public override int TextLength => TextCount;