4 references to CroppedBitmap
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (1)
385
CroppedBitmap croppedSource = new
CroppedBitmap
();
System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
143
return new
CroppedBitmap
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3226
DefaultConstructor = delegate () { return new System.Windows.Media.Imaging.
CroppedBitmap
(); },
System\Windows\Markup\KnownTypes.cs (1)
1184
case KnownElements.CroppedBitmap: o = new System.Windows.Media.Imaging.
CroppedBitmap
(); break;