Show / Hide Table of Contents

Class InlineCollection

Represents a collection of Inline elements.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<Inline>
TextElementCollection<Inline>
InlineCollection
Implements
System.Collections.Generic.IList<Inline>
System.Collections.Generic.ICollection<Inline>
System.Collections.Generic.IEnumerable<Inline>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<Inline>.CountProperty
PresentationFrameworkCollection<Inline>.Count
PresentationFrameworkCollection<Inline>.Item[Int32]
PresentationFrameworkCollection<Inline>.IsFixedSize
PresentationFrameworkCollection<Inline>.IsReadOnly
PresentationFrameworkCollection<Inline>.IsSynchronized
PresentationFrameworkCollection<Inline>.SyncRoot
PresentationFrameworkCollection<Inline>.GetEnumerator()
PresentationFrameworkCollection<Inline>.Add(Inline)
PresentationFrameworkCollection<Inline>.Clear()
PresentationFrameworkCollection<Inline>.Contains(Inline)
PresentationFrameworkCollection<Inline>.CopyTo(Array, Int32)
PresentationFrameworkCollection<Inline>.CopyTo(Inline[], Int32)
PresentationFrameworkCollection<Inline>.IndexOf(Inline)
PresentationFrameworkCollection<Inline>.Insert(Int32, Inline)
PresentationFrameworkCollection<Inline>.Remove(Inline)
PresentationFrameworkCollection<Inline>.RemoveAt(Int32)
PresentationFrameworkCollection<Inline>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<Inline>.IList.Remove(Object)
PresentationFrameworkCollection<Inline>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<Inline>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<Inline>.IList.IndexOf(Object)
PresentationFrameworkCollection<Inline>.IList.Contains(Object)
PresentationFrameworkCollection<Inline>.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 class InlineCollection : TextElementCollection<Inline>, IDependencyObject, IList<Inline>, ICollection<Inline>, IEnumerable<Inline>, IList, ICollection, IEnumerable

Methods

| Improve this Doc View Source

Add(String)

Declaration
public void Add(string text)
Parameters
Type Name Description
System.String text

Explicit Interface Implementations

| Improve this Doc View Source

IList.Add(Object)

Declaration
int IList.Add(object value)
Parameters
Type Name Description
System.Object value
Returns
Type Description
System.Int32

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