14 references to IVectorView
mscorlib (14)
system\internal.cs (3)
236WinRT_IReadOnlyList<string>(null, null, null); typeof(IVectorView<string>).ToString(); 237WinRT_IReadOnlyList<object>(null, null, null); typeof(IVectorView<object>).ToString(); 302static void WinRT_IReadOnlyList<T>(IVectorViewToIReadOnlyListAdapter vectorToListAdapter, IReadOnlyListToIVectorViewAdapter listToVectorAdapter, IVectorView<T> vectorView)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (4)
339private IVectorView<T> _vectorView; 341public IVectorViewToIBindableVectorViewAdapter(IVectorView<T> vectorView) 566private IVectorView<T2> GetVectorViewOfT() 569return JitHelpers.UnsafeCast<IVectorView<T2>>(_target);
system\runtime\interopservices\windowsruntime\ivector.cs (1)
54IVectorView<T> GetView();
system\runtime\interopservices\windowsruntime\ivectorviewtoireadonlylistadapter.cs (2)
46IVectorView<T> _this = JitHelpers.UnsafeCast<IVectorView<T>>(this);
system\runtime\interopservices\windowsruntime\mapviewtoreadonlycollectionadapter.cs (2)
59IVectorView<KeyValuePair<K, V>> _this_vector = JitHelpers.UnsafeCast<IVectorView<KeyValuePair<K, V>>>(this);
system\runtime\interopservices\windowsruntime\vectorviewtoreadonlycollectionadapter.cs (2)
40IVectorView<T> _this = JitHelpers.UnsafeCast<IVectorView<T>>(this);