1 implementation of SetAt
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
390void 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)
396bindableVector.SetAt(index, value);