2 overrides of NativeDll
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
11032
protected override string
NativeDll
=> "riched32.dll";
11041
protected 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
);
11069
throw new Win32Exception(lastWin32Error, $"Failed to load '{
NativeDll
}'");