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