Show / Hide Table of Contents

Class TextElementCollection<T>

Provides standard facilities for creating and managing a type-safe, ordered collection of TextElement objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<T>
TextElementCollection<T>
BlockCollection
InlineCollection
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
Inherited Members
PresentationFrameworkCollection<T>.CountProperty
PresentationFrameworkCollection<T>.Count
PresentationFrameworkCollection<T>.Item[Int32]
PresentationFrameworkCollection<T>.IsFixedSize
PresentationFrameworkCollection<T>.IsReadOnly
PresentationFrameworkCollection<T>.IsSynchronized
PresentationFrameworkCollection<T>.SyncRoot
PresentationFrameworkCollection<T>.GetEnumerator()
PresentationFrameworkCollection<T>.Add(T)
PresentationFrameworkCollection<T>.Clear()
PresentationFrameworkCollection<T>.Contains(T)
PresentationFrameworkCollection<T>.CopyTo(Array, Int32)
PresentationFrameworkCollection<T>.CopyTo(T[], Int32)
PresentationFrameworkCollection<T>.IndexOf(T)
PresentationFrameworkCollection<T>.Insert(Int32, T)
PresentationFrameworkCollection<T>.Remove(T)
PresentationFrameworkCollection<T>.RemoveAt(Int32)
PresentationFrameworkCollection<T>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<T>.IList.Add(Object)
PresentationFrameworkCollection<T>.IList.Remove(Object)
PresentationFrameworkCollection<T>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<T>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<T>.IList.IndexOf(Object)
PresentationFrameworkCollection<T>.IList.Contains(Object)
PresentationFrameworkCollection<T>.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.Documents
Assembly: OpenSilver.dll
Syntax
public abstract class TextElementCollection<T> : PresentationFrameworkCollection<T>, IDependencyObject, IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : TextElement
Type Parameters
Name Description
T

Type constraint for type safety of the constrained collection implementation.

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