4 references to CroppedBitmap
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (1)
386
CroppedBitmap croppedSource = new
CroppedBitmap
();
System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
141
return new
CroppedBitmap
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3054
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.
CroppedBitmap
(); };
System\Windows\Markup\KnownTypes.cs (1)
1191
case KnownElements.CroppedBitmap: o = new System.Windows.Media.Imaging.
CroppedBitmap
(); break;