6 references to Size
mscorlib (6)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (4)
203
public
Size
GetSize()
209
return Unbox<
Size
>(IReferenceFactory.s_sizeType);
347
public
Size
[] GetSizeArray()
354
return UnboxArray<
Size
>(IReferenceFactory.s_sizeType);
system\runtime\interopservices\windowsruntime\ipropertyvalue.cs (2)
82
Size
GetSize();
139
Size
[] GetSizeArray();