We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7974825 commit 8953fd2Copy full SHA for 8953fd2
src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/CachedBitmap.cs
@@ -1,9 +1,9 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
-// See the LICENSE file in the project root for more information.
4
5
-using MS.Internal;
+using System.Runtime.InteropServices;
6
using MS.Win32.PresentationCore;
+using MS.Internal;
7
8
namespace System.Windows.Media.Imaging
9
{
0 commit comments