3 references to s_supportedDUCEFormats
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (3)
1040int i = Array.IndexOf(s_supportedDUCEFormats, format); 1044return s_supportedDUCEFormats[i]; 1629return (Array.IndexOf(s_supportedDUCEFormats, format) != -1);