11 references to Palette
PresentationCore (9)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
522
WicSourceHandle = CreateCachedBitmap(this, _frameSource, _createOptions, _cacheOption,
Palette
);
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
540
PixelFormat duceFormat = BitmapSource.GetClosestDUCEFormat(source.Format, source.
Palette
);
594
FormatConvertedBitmap formatConvertedBitmap = new FormatConvertedBitmap(source, duceFormat, source.
Palette
, 0.0);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
951
Guid destFmt = GetClosestDUCEFormat(Format,
Palette
).Guid;
1609
_palette = sourceBitmap.
Palette
;
1921
BitmapPalette palette = bitmapSource.
Palette
;
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
303
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.
Palette
);
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (1)
238
_source.
Palette
);
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
864
internalPalette = source.
Palette
.InternalPalette;
PresentationFramework (2)
src\Framework\System\Windows\Documents\WpfPayload.cs (2)
681
imageSource1.
Palette
!= imageSource2.
Palette
)