Base:
method
RemoveItem
System.Collections.ObjectModel.Collection<T>.RemoveItem(System.Int32)
6 overrides of RemoveItem
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (1)
104protected override void RemoveItem(int index)
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
86protected override void RemoveItem(int index)
src\Framework\System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
204protected override void RemoveItem(int index)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
62protected override void RemoveItem(int index)
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (1)
214protected override void RemoveItem(int index)
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
67protected override void RemoveItem(int index)
7 references to RemoveItem
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (1)
110base.RemoveItem(index);
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
92base.RemoveItem(index);
src\Framework\System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
216base.RemoveItem(index);
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
66base.RemoveItem(index);
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (2)
223base.RemoveItem(index); 233base.RemoveItem(index);
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
77base.RemoveItem(index);