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