4 references to ColorContextHandle
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (2)
716IntPtr[] colorContextPtrs = new IntPtr[1] { colorContext.ColorContextHandle.DangerousGetHandle() }; 744colorContextPtrs[i] = colorContexts[i].ColorContextHandle.DangerousGetHandle();
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (2)
142SourceColorContext.ColorContextHandle, 143DestinationColorContext.ColorContextHandle,