10 references to GetVectorOfT
mscorlib (10)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (10)
298return GetVectorOfT().GetAt(index); 316return GetVectorOfT().Size; 333return new IVectorViewToIBindableVectorViewAdapter<T1>(GetVectorOfT().GetView()); 386return GetVectorOfT().IndexOf(ConvertTo<T1>(value), out index); 401GetVectorOfT().SetAt(index, ConvertTo<T1>(value)); 416GetVectorOfT().InsertAt(index, ConvertTo<T1>(value)); 431GetVectorOfT().RemoveAt(index); 446GetVectorOfT().Append(ConvertTo<T1>(value)); 461GetVectorOfT().RemoveAtEnd(); 476GetVectorOfT().Clear();