Base:
7 overrides of RemoveItem
Microsoft.Maui.Controls (1)
Interactivity\AttachedCollection.cs (1)
77
protected override void
RemoveItem
(int index)
PresentationFramework (6)
MS\Internal\Annotations\AnnotationObservableCollection.cs (1)
94
protected override void
RemoveItem
(int index)
MS\Internal\Annotations\XmlElementCollection.cs (1)
76
protected override void
RemoveItem
(int index)
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
198
protected override void
RemoveItem
(int index)
System\Windows\Controls\GridViewColumnCollection.cs (1)
57
protected override void
RemoveItem
(int index)
System\Windows\Controls\SelectedDatesCollection.cs (1)
208
protected override void
RemoveItem
(int index)
System\Windows\Controls\SelectedItemCollection.cs (1)
57
protected override void
RemoveItem
(int index)
8 references to RemoveItem
Microsoft.Maui.Controls (1)
Interactivity\AttachedCollection.cs (1)
85
base.
RemoveItem
(index);
PresentationFramework (7)
MS\Internal\Annotations\AnnotationObservableCollection.cs (1)
100
base.
RemoveItem
(index);
MS\Internal\Annotations\XmlElementCollection.cs (1)
82
base.
RemoveItem
(index);
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
210
base.
RemoveItem
(index);
System\Windows\Controls\GridViewColumnCollection.cs (1)
61
base.
RemoveItem
(index);
System\Windows\Controls\SelectedDatesCollection.cs (2)
217
base.
RemoveItem
(index);
227
base.
RemoveItem
(index);
System\Windows\Controls\SelectedItemCollection.cs (1)
67
base.
RemoveItem
(index);