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