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