6 references to SafeModuleHandle
ReachFramework (6)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (4)
35SafeModuleHandle handle = EnsureModuleHandle(); 64SafeModuleHandle handle = this._compstuiHandle; 72private SafeModuleHandle EnsureModuleHandle() 83private SafeModuleHandle _compstuiHandle;
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (2)
289public static extern int LoadStringW(SafeModuleHandle hInstance, uint uID, StringBuilder lpBuffer, int nBufferMax); 292public static extern SafeModuleHandle LoadLibraryExW(string lpFileName, IntPtr hFile, LoadLibraryExFlags dwFlags);