Show / Hide Table of Contents

Class BlockCollection

Represents a collection of Block elements.

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