6 references to Rect
mscorlib (6)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (4)
214public Rect GetRect() 220return Unbox<Rect>(IReferenceFactory.s_rectType); 359public Rect[] GetRectArray() 365return UnboxArray<Rect>(IReferenceFactory.s_rectType);
system\runtime\interopservices\windowsruntime\ipropertyvalue.cs (2)
85Rect GetRect(); 142Rect[] GetRectArray();