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