3 writes to s_pImagingFactory
PresentationCore (3)
System\Windows\Media\FactoryMaker.cs (3)
83
UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref
s_pImagingFactory
);
87
s_pImagingFactory
= IntPtr.Zero;
121
HRESULT.Check(UnsafeNativeMethods.WICCodec.CreateImagingFactory(UnsafeNativeMethods.WICCodec.WINCODEC_SDK_VERSION, out
s_pImagingFactory
));
4 references to s_pImagingFactory
PresentationCore (4)
System\Windows\Media\FactoryMaker.cs (4)
81
if (
s_pImagingFactory
!= IntPtr.Zero)
117
if (
s_pImagingFactory
== IntPtr.Zero)
124
Debug.Assert(
s_pImagingFactory
!= IntPtr.Zero);
125
return
s_pImagingFactory
;