8 references to Create
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\ScreenshotService.cs (1)
44encoder.Frames.Add(BitmapFrame.Create(bitmap));
PresentationFramework (2)
MS\Internal\AppModel\IconHelper.cs (1)
112bf = BitmapFrame.Create(GenerateBitmapSource(image, size));
System\Windows\Documents\WpfPayload.cs (1)
465bitmapEncoder.Frames.Add(BitmapFrame.Create(imageSource));
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
105bitmapEncoder.Frames.Add(BitmapFrame.Create(bitmapSource));
ReachFramework (2)
Serialization\ImageSourceTypeConverter.cs (1)
359bitmapFrame = BitmapFrame.Create(bitmapSource);
Serialization\VisualTreeFlattener.cs (1)
133encoder.Frames.Add(BitmapFrame.Create((BitmapSource)value));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
78bf = BitmapFrame.Create(GenerateBitmapSource(imageSource, size));
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
287encoder.Frames.Add(BitmapFrame.Create(bmp));