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