3 references to s_supportedDUCEFormats
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
1137int i = Array.IndexOf(s_supportedDUCEFormats, format); 1141return s_supportedDUCEFormats[i]; 1744return (Array.IndexOf(s_supportedDUCEFormats, format) != -1);