4 references to ColorContextHandle
PresentationCore (4)
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
657IntPtr[] colorContextPtrs = new IntPtr[1] { colorContext.ColorContextHandle.DangerousGetHandle() }; 685colorContextPtrs[i] = colorContexts[i].ColorContextHandle.DangerousGetHandle();
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (2)
121SourceColorContext.ColorContextHandle, 122DestinationColorContext.ColorContextHandle,