3 references to CroppedBitmap
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1184case KnownElements.CroppedBitmap: o = new System.Windows.Media.Imaging.CroppedBitmap(); break; 3764case KnownElements.CroppedBitmap: converterId = KnownElements.ImageSourceConverter; break; 5659case KnownElements.CroppedBitmap: t = typeof(System.Windows.Media.Imaging.CroppedBitmap); break;