3 writes to s_pImagingFactory
PresentationCore (3)
System\Windows\Media\FactoryMaker.cs (3)
83UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref s_pImagingFactory); 87s_pImagingFactory = IntPtr.Zero; 121HRESULT.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)
81if (s_pImagingFactory != IntPtr.Zero) 117if (s_pImagingFactory == IntPtr.Zero) 124Debug.Assert(s_pImagingFactory != IntPtr.Zero); 125return s_pImagingFactory;