8 references to WICPalette
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (7)
106HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeFromBitmap( 157HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializePredefined( 216HRESULT.Check(UnsafeNativeMethods.WICPalette.GetType(unmanagedPalette, out paletteType)); 217HRESULT.Check(UnsafeNativeMethods.WICPalette.HasAlpha(unmanagedPalette, out hasAlpha)); 336HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeCustom( 357HRESULT.Check(UnsafeNativeMethods.WICPalette.GetColorCount(_palette, 373HRESULT.Check(UnsafeNativeMethods.WICPalette.GetColors(
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1927HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeFromPalette(pIPalette, palette.InternalPalette));