3 writes to s_pImagingFactory
PresentationCore (3)
System\Windows\Media\FactoryMaker.cs (3)
75UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref s_pImagingFactory); 79s_pImagingFactory = IntPtr.Zero; 113HRESULT.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)
73if (s_pImagingFactory != IntPtr.Zero) 109if (s_pImagingFactory == IntPtr.Zero) 116Debug.Assert(s_pImagingFactory != IntPtr.Zero); 117return s_pImagingFactory;