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