4 references to s_pointType
mscorlib (4)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
198return Unbox<Point>(IReferenceFactory.s_pointType); 342return UnboxArray<Point>(IReferenceFactory.s_pointType);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (2)
340if (type == s_pointType) 414if (type == s_pointType)