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