3 writes to s_pImagingFactory
PresentationCore (3)
Core\CSharp\System\Windows\Media\FactoryMaker.cs (3)
97UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref s_pImagingFactory); 101s_pImagingFactory = IntPtr.Zero; 143HRESULT.Check(UnsafeNativeMethods.WICCodec.CreateImagingFactory(UnsafeNativeMethods.WICCodec.WINCODEC_SDK_VERSION, out s_pImagingFactory));
4 references to s_pImagingFactory
PresentationCore (4)
Core\CSharp\System\Windows\Media\FactoryMaker.cs (4)
95if (s_pImagingFactory != IntPtr.Zero) 139if (s_pImagingFactory == IntPtr.Zero) 146Debug.Assert(s_pImagingFactory != IntPtr.Zero); 147return s_pImagingFactory;