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