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