2 overrides of WindowClassName
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
11033
protected override string
WindowClassName
=> "RichEdit";
11042
protected override string
WindowClassName
=> "RichEdit20W";
1 reference to WindowClassName
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
11075
cp.ClassName =
WindowClassName
;