3 writes to s_pImagingFactory
PresentationCore (3)
Core\CSharp\System\Windows\Media\FactoryMaker.cs (3)
97
UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref
s_pImagingFactory
);
101
s_pImagingFactory
= IntPtr.Zero;
143
HRESULT.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)
95
if (
s_pImagingFactory
!= IntPtr.Zero)
139
if (
s_pImagingFactory
== IntPtr.Zero)
146
Debug.Assert(
s_pImagingFactory
!= IntPtr.Zero);
147
return
s_pImagingFactory
;