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