Show / Hide Table of Contents

Class TouchPointCollection

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<TouchPoint>
TouchPointCollection
Implements
System.Collections.Generic.IList<TouchPoint>
System.Collections.Generic.ICollection<TouchPoint>
System.Collections.Generic.IEnumerable<TouchPoint>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<TouchPoint>.CountProperty
PresentationFrameworkCollection<TouchPoint>.Count
PresentationFrameworkCollection<TouchPoint>.Item[Int32]
PresentationFrameworkCollection<TouchPoint>.IsFixedSize
PresentationFrameworkCollection<TouchPoint>.IsReadOnly
PresentationFrameworkCollection<TouchPoint>.IsSynchronized
PresentationFrameworkCollection<TouchPoint>.SyncRoot
PresentationFrameworkCollection<TouchPoint>.GetEnumerator()
PresentationFrameworkCollection<TouchPoint>.Add(TouchPoint)
PresentationFrameworkCollection<TouchPoint>.Clear()
PresentationFrameworkCollection<TouchPoint>.Contains(TouchPoint)
PresentationFrameworkCollection<TouchPoint>.CopyTo(Array, Int32)
PresentationFrameworkCollection<TouchPoint>.CopyTo(TouchPoint[], Int32)
PresentationFrameworkCollection<TouchPoint>.IndexOf(TouchPoint)
PresentationFrameworkCollection<TouchPoint>.Insert(Int32, TouchPoint)
PresentationFrameworkCollection<TouchPoint>.Remove(TouchPoint)
PresentationFrameworkCollection<TouchPoint>.RemoveAt(Int32)
PresentationFrameworkCollection<TouchPoint>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<TouchPoint>.IList.Add(Object)
PresentationFrameworkCollection<TouchPoint>.IList.Remove(Object)
PresentationFrameworkCollection<TouchPoint>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<TouchPoint>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<TouchPoint>.IList.IndexOf(Object)
PresentationFrameworkCollection<TouchPoint>.IList.Contains(Object)
PresentationFrameworkCollection<TouchPoint>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class TouchPointCollection : PresentationFrameworkCollection<TouchPoint>, IDependencyObject, IList<TouchPoint>, ICollection<TouchPoint>, IEnumerable<TouchPoint>, IList, ICollection, IEnumerable

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source