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