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