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