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