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