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