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