8 references to Create
PresentationCore (1)
System\Windows\dataobject.cs (1)
1782bitmapEncoder.Frames.Add(BitmapFrame.Create(bitmapSource));
PresentationFramework (2)
MS\Internal\AppModel\IconHelper.cs (1)
121bf = BitmapFrame.Create(GenerateBitmapSource(image, size));
System\Windows\Documents\WpfPayload.cs (1)
470bitmapEncoder.Frames.Add(BitmapFrame.Create(imageSource));
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
144bitmapEncoder.Frames.Add(BitmapFrame.Create(bitmapSource));
ReachFramework (2)
Serialization\ImageSourceTypeConverter.cs (1)
368bitmapFrame = BitmapFrame.Create(bitmapSource);
Serialization\VisualTreeFlattener.cs (1)
141encoder.Frames.Add(BitmapFrame.Create((BitmapSource)value));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
81bf = BitmapFrame.Create(GenerateBitmapSource(imageSource, size));
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
292encoder.Frames.Add(BitmapFrame.Create(bmp));