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