2 writes to _compstuiHandle
ReachFramework (2)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (2)
68this._compstuiHandle = null; 77this._compstuiHandle = UnsafeNativeMethods.LoadLibraryExW("compstui.dll", IntPtr.Zero, SafeLoadLibraryFlags);
5 references to _compstuiHandle
ReachFramework (5)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (5)
64SafeModuleHandle handle = this._compstuiHandle; 65if (this._compstuiHandle != null) 67this._compstuiHandle.Dispose(); 74if (this._compstuiHandle == null) 80return this._compstuiHandle;