1 implementation of Size
mscorlib (1)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
127
public UInt32
Size
{
3 references to Size
mscorlib (3)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (2)
66
if (((UInt32)Int32.MaxValue) < data.
Size
)
73
int size = (int)data.
Size
;
system\runtime\interopservices\windowsruntime\mapviewtoreadonlycollectionadapter.cs (1)
48
uint size = _this_map.
Size
;