Show / Hide Table of Contents

Class RowDefinitionCollection

Provides access to an ordered, strongly typed collection of RowDefinition objects.

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