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