8 references to WICPalette
PresentationCore (8)
System\Windows\Media\Imaging\BitmapPalette.cs (7)
92HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeFromBitmap( 137HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializePredefined( 191HRESULT.Check(UnsafeNativeMethods.WICPalette.GetType(unmanagedPalette, out paletteType)); 192HRESULT.Check(UnsafeNativeMethods.WICPalette.HasAlpha(unmanagedPalette, out hasAlpha)); 300HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeCustom( 316HRESULT.Check(UnsafeNativeMethods.WICPalette.GetColorCount(_palette, 332HRESULT.Check(UnsafeNativeMethods.WICPalette.GetColors(
System\Windows\Media\Imaging\BitmapSource.cs (1)
1807HRESULT.Check(UnsafeNativeMethods.WICPalette.InitializeFromPalette(pIPalette, palette.InternalPalette));