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