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