25 references to MilCoreApi
PresentationCore (25)
Core\CSharp\System\Windows\Media\ChannelManager.cs (3)
37using UnsafeNativeMethods=MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi; 148HRESULT.Check(UnsafeNativeMethods.WgxConnection_Disconnect(_pSyncConnection)); 170HRESULT.Check(UnsafeNativeMethods.WgxConnection_Create(
Core\CSharp\System\Windows\Media\Geometry.cs (3)
655int hr = UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryFlatten( 764int hr = UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryWiden( 902int hr = UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryOutline(
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (2)
1617HRESULT.Check(UnsafeNativeMethods.MilCoreApi.MilGlyphRun_GetGlyphOutline( 1637HRESULT.Check(UnsafeNativeMethods.MilCoreApi.MilGlyphRun_ReleasePathGeometryData(
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1005HRESULT.Check(UnsafeNativeMethods.MilCoreApi.CreateCWICWrapperBitmap(
Core\CSharp\System\Windows\Media\MediaSystem.cs (6)
28using UnsafeNativeMethods=MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi; 66HRESULT.Check(UnsafeNativeMethods.MilVersionCheck(MS.Internal.Composition.Version.MilSdkVersion)); 80UnsafeNativeMethods.WgxConnection_ShouldForceSoftwareForGraphicsStreamClient(); 202UnsafeNativeMethods.WgxConnection_ShouldForceSoftwareForGraphicsStreamClient(); 232HRESULT.Check(UnsafeNativeMethods.WgxConnection_Create( 271HRESULT.Check(UnsafeNativeMethods.WgxConnection_Disconnect(s_pConnection));
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
689int hr = UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryCombine( 849int hr = UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryBounds(
Core\CSharp\System\Windows\Media\RenderOptions.cs (2)
248return UnsafeNativeMethods.MilCoreApi.RenderOptions_IsSoftwareRenderingForcedForProcess() ? 261UnsafeNativeMethods.MilCoreApi.RenderOptions_ForceSoftwareRenderingModeForProcess(
Core\CSharp\System\Windows\Media\SafeReversePInvokeHandle.cs (2)
59HRESULT.Check(UnsafeNativeMethods.MilCoreApi.MilCreateReversePInvokeWrapper(delegatePtr, out reversePInvokeWrapper)); 73UnsafeNativeMethods.MilCoreApi.MilReleasePInvokePtrBlocking(handle);
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (1)
797HRESULT.Check(UnsafeNativeMethods.MilCoreApi.MILCreateStreamFromStreamDescriptor(ref sd, out pStream));
Core\CSharp\System\Windows\Media\TileBrush.cs (1)
143MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_GetTileBrushMapping(
Graphics\include\exports.cs (2)
91UnsafeNativeMethods.MilCoreApi.EnterCompositionEngineLock(); 106UnsafeNativeMethods.MilCoreApi.ExitCompositionEngineLock();