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