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