3 writes to s_pImagingFactory
PresentationCore (3)
System\Windows\Media\FactoryMaker.cs (3)
76UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref s_pImagingFactory); 80s_pImagingFactory = IntPtr.Zero; 114HRESULT.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)
74if (s_pImagingFactory != IntPtr.Zero) 110if (s_pImagingFactory == IntPtr.Zero) 117Debug.Assert(s_pImagingFactory != IntPtr.Zero); 118return s_pImagingFactory;