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