2 writes to _compstuiHandle
ReachFramework (2)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (2)
65this._compstuiHandle = null; 73this._compstuiHandle = UnsafeNativeMethods.LoadLibraryExW("compstui.dll", IntPtr.Zero, SafeLoadLibraryFlags);
4 references to _compstuiHandle
ReachFramework (4)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (4)
63SafeModuleHandle handle = this._compstuiHandle; 64this._compstuiHandle?.Dispose(); 70if (this._compstuiHandle == null) 76return this._compstuiHandle;