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