Show / Hide Table of Contents

Class TextSearch

Enables the user to search a list of items in an ItemsControl using keyboard input.

Inheritance
System.Object
DependencyObject
TextSearch
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.Controls
Assembly: OpenSilver.dll
Syntax
public sealed class TextSearch : DependencyObject, IDependencyObject

Fields

| Improve this Doc View Source

TextPathProperty

Identifies the TextSearch.TextPath attached property.

Declaration
public static readonly DependencyProperty TextPathProperty
Field Value
Type Description
DependencyProperty

Methods

| Improve this Doc View Source

GetTextPath(DependencyObject)

Returns the name of the property that identifies an item in the specified element's collection.

Declaration
public static string GetTextPath(DependencyObject element)
Parameters
Type Name Description
DependencyObject element

The element from which the property value is read.

Returns
Type Description
System.String

The name of the property that identifies the item to the user.

| Improve this Doc View Source

SetTextPath(DependencyObject, String)

Writes the TextSearch.TextPath attached property to the specified element.

Declaration
public static void SetTextPath(DependencyObject element, string path)
Parameters
Type Name Description
DependencyObject element

The element to which the property value is written.

System.String path

The name of the property that identifies an item.

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