3 references to Int32Rect
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1344case KnownElements.Int32Rect: o = new System.Windows.Int32Rect(); break; 3784case KnownElements.Int32Rect: converterId = KnownElements.Int32RectConverter; break; 5862case KnownElements.Int32Rect: t = typeof(System.Windows.Int32Rect); break;