4 references to CroppedBitmap
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
416
CroppedBitmap croppedSource = new
CroppedBitmap
();
Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
165
return new
CroppedBitmap
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3052
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.
CroppedBitmap
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1192
case KnownElements.CroppedBitmap: o = new System.Windows.Media.Imaging.
CroppedBitmap
(); break;