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