2 overrides of NativeDll
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
11034protected override string NativeDll => "riched32.dll"; 11043protected override string NativeDll => "riched20.dll";
2 references to NativeDll
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
11066_nativeDllHandle = PInvoke.LoadLibraryFromSystemPathIfAvailable(NativeDll); 11071throw new Win32Exception(lastWin32Error, $"Failed to load '{NativeDll}'");