1 write to moduleHandle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
363
moduleHandle
= UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable(richEditControlDllVersion);
3 references to moduleHandle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
361
if (
moduleHandle
== IntPtr.Zero) {
370
if ((ulong)
moduleHandle
< (ulong)32) {
377
StringBuilder pathBuilder = UnsafeNativeMethods.GetModuleFileNameLongPath(new HandleRef(null,
moduleHandle
));