4 references to Create
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
146
BitmapSource source = BitmapSource.
Create
(
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1097
WicSourceHandle =
Create
(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
208
enabledImageSource = BitmapSource.
Create
(width, height, image.DpiX, image.DpiY, format, null, pixels, stride);
215
disabledImageSource = BitmapSource.
Create
(width, height, image.DpiX, image.DpiY, format, null, pixels, stride);