6 references to Point
mscorlib (6)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (4)
192public Point GetPoint() 198return Unbox<Point>(IReferenceFactory.s_pointType); 336public Point[] GetPointArray() 342return UnboxArray<Point>(IReferenceFactory.s_pointType);
system\runtime\interopservices\windowsruntime\ipropertyvalue.cs (2)
79Point GetPoint(); 136Point[] GetPointArray();