8 references to WICPalette
PresentationCore (8)
System\Windows\Media\Imaging\BitmapPalette.cs (7)
75HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeFromBitmap( 120HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializePredefined( 174HRESULT.Check(UnsafeNativeMethods.WICPalette.GetType(unmanagedPalette, out paletteType)); 175HRESULT.Check(UnsafeNativeMethods.WICPalette.HasAlpha(unmanagedPalette, out hasAlpha)); 283HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeCustom( 299HRESULT.Check(UnsafeNativeMethods.WICPalette.GetColorCount(_palette, 315HRESULT.Check(UnsafeNativeMethods.WICPalette.GetColors(
System\Windows\Media\Imaging\BitmapSource.cs (1)
1790HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeFromPalette(pIPalette, palette.InternalPalette));