6 references to Create
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
2095
bitmapEncoder.Frames.Add(BitmapFrame.
Create
(bitmapSource));
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\IconHelper.cs (1)
146
bf = BitmapFrame.
Create
(GenerateBitmapSource(image, size));
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
498
bitmapEncoder.Frames.Add(BitmapFrame.
Create
(imageSource));
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
276
bitmapEncode.Frames.Add(BitmapFrame.
Create
(renderTargetBitmap));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1139
encoder.Frames.Add(BitmapFrame.
Create
(this.CreateScreenShot()));
1184
BitmapSource source = BitmapFrame.
Create
(renderBitmap);