1 implementation of Size
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
303
uint IBindableVector.
Size
3 references to Size
mscorlib (3)
system\runtime\interopservices\windowsruntime\bindablevectortocollectionadapter.cs (1)
42
uint size = _this.
Size
;
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (1)
65
uint size = _this.
Size
;
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
311
return bindableVector.
Size
;