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