2 references to PixelFormat
PresentationCore (2)
System\Windows\Media\PixelFormatConverter.cs (2)
50return value is not null ? new PixelFormat(value) : null; 62return o is not null ? new PixelFormat(o as string) : null;