-
Home
-
API
-
RibbonControl.Core.Models
-
RibbonBackstageItemCollection
RibbonBackstageItemCollection Class
Definition
Show inherited members (47)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.BlockReentrancy()
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.CheckReentrancy()
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.ClearItems()
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.InsertItem(System.Int32, RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.Move(System.Int32, System.Int32)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.MoveItem(System.Int32, System.Int32)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.RemoveItem(System.Int32)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.SetItem(System.Int32, RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.CollectionChanged
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.PropertyChanged
- System.Collections.ObjectModel.ObservableCollection<RibbonControl.Core.Models.RibbonBackstageItem>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.get_Item(System.Int32)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Add(RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Clear()
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Contains(RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.CopyTo(RibbonControl.Core.Models.RibbonBackstageItem[], System.Int32)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.GetEnumerator()
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.IndexOf(RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Insert(System.Int32, RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Remove(RibbonControl.Core.Models.RibbonBackstageItem)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.RemoveAt(System.Int32)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IEnumerable.GetEnumerator()
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.Add(System.Object)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.Contains(System.Object)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.IndexOf(System.Object)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.Insert(System.Int32, System.Object)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.Remove(System.Object)
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Count
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Item[System.Int32]
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.Items
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.Generic.ICollection<RibbonControl.Core.Models.RibbonBackstageItem>.IsReadOnly
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.ICollection.IsSynchronized
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.ICollection.SyncRoot
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.IsFixedSize
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.IsReadOnly
- System.Collections.ObjectModel.Collection<RibbonControl.Core.Models.RibbonBackstageItem>.System.Collections.IList.Item[System.Int32]
- 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()
public class RibbonBackstageItemCollection : ObservableCollection<RibbonBackstageItem>, IList<RibbonBackstageItem>, ICollection<RibbonBackstageItem>, IReadOnlyList<RibbonBackstageItem>, IReadOnlyCollection<RibbonBackstageItem>, IEnumerable<RibbonBackstageItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged