4 references to s_rectType
mscorlib (4)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
220return Unbox<Rect>(IReferenceFactory.s_rectType); 365return UnboxArray<Rect>(IReferenceFactory.s_rectType);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (2)
344else if (type == s_rectType) 418else if (type == s_rectType)