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