3 implementations of IBindableVectorView
mscorlib (3)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (2)
150
IBindableVectorView
// IBindableVectorView -> IBindableVectorView/IVectorView<T>
337
private sealed class IVectorViewToIBindableVectorViewAdapter<T> :
IBindableVectorView
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (1)
24
internal sealed class ListToBindableVectorViewAdapter :
IBindableVectorView
17 references to IBindableVectorView
mscorlib (17)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (15)
181
if (target as
IBindableVectorView
!= null)
265
if (iid == typeof(
IBindableVectorView
).GUID)
322
IBindableVectorView
IBindableVector.GetView()
347
object
IBindableVectorView
.GetAt(uint index)
353
uint
IBindableVectorView
.Size
362
bool
IBindableVectorView
.IndexOf(object value, out uint index)
503
object
IBindableVectorView
.GetAt(uint index)
505
IBindableVectorView
bindableVectorView = GetIBindableVectorViewNoThrow();
513
uint
IBindableVectorView
.Size
517
IBindableVectorView
bindableVectorView = GetIBindableVectorViewNoThrow();
526
bool
IBindableVectorView
.IndexOf(object value, out uint index)
528
IBindableVectorView
bindableVectorView = GetIBindableVectorViewNoThrow();
537
IBindableVectorView
bindableVectorView = GetIBindableVectorViewNoThrow();
557
private
IBindableVectorView
GetIBindableVectorViewNoThrow()
560
return JitHelpers.UnsafeCast<
IBindableVectorView
>(_target);
system\runtime\interopservices\windowsruntime\ivector.cs (1)
93
IBindableVectorView
GetView();
system\runtime\interopservices\windowsruntime\listtobindablevectoradapter.cs (1)
64
internal
IBindableVectorView
GetView()