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