Show / Hide Table of Contents

Class TouchDevice

Inheritance
System.Object
DependencyObject
TouchDevice
Inherited Members
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 TouchDevice : DependencyObject, IDependencyObject

Constructors

| Improve this Doc View Source

TouchDevice()

Declaration
[NotImplemented]
public TouchDevice()

Fields

| Improve this Doc View Source

DirectlyOverProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty DirectlyOverProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

IdProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty IdProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

DirectlyOver

Declaration
[NotImplemented]
public UIElement DirectlyOver { get; }
Property Value
Type Description
UIElement
| Improve this Doc View Source

Id

Declaration
[NotImplemented]
public int Id { get; }
Property Value
Type Description
System.Int32

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