1 write to s_moduleHandle
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
259s_moduleHandle = PInvoke.LoadLibraryFromSystemPathIfAvailable(Libraries.RichEdit41);
3 references to s_moduleHandle
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
257if (s_moduleHandle == IntPtr.Zero) 266if ((ulong)s_moduleHandle < 32) 271string path = PInvoke.GetModuleFileNameLongPath(new HINSTANCE(s_moduleHandle));