3 writes to s_pFactory
PresentationCore (3)
Core\CSharp\System\Windows\Media\FactoryMaker.cs (3)
48HRESULT.Check(UnsafeNativeMethods.MILFactory2.CreateFactory(out s_pFactory, MS.Internal.Composition.Version.MilSdkVersion)); 93UnsafeNativeMethods.MILUnknown.ReleaseInterface(ref s_pFactory); 100s_pFactory = IntPtr.Zero;
3 references to s_pFactory
PresentationCore (3)
Core\CSharp\System\Windows\Media\FactoryMaker.cs (3)
41if (s_pFactory == IntPtr.Zero) 126Debug.Assert(s_pFactory != IntPtr.Zero); 127return s_pFactory;