private void DisplayImage(Bitmap image) { GridMixFaces.Dispatcher.Invoke(() => ImageMixFaces.Source = BitmapUtils.BitmapToImageSource(image)); }