1 implementation of SetAt
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
390
void IBindableVector.
SetAt
(uint index, object value)
2 references to SetAt
mscorlib (2)
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (1)
194
_this.
SetAt
(index, value);
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
396
bindableVector.
SetAt
(index, value);