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