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)
95
protected override void
RemoveItem
(int index)
MS\Internal\Annotations\XmlElementCollection.cs (1)
77
protected override void
RemoveItem
(int index)
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
199
protected override void
RemoveItem
(int index)
System\Windows\Controls\GridViewColumnCollection.cs (1)
58
protected override void
RemoveItem
(int index)
System\Windows\Controls\SelectedDatesCollection.cs (1)
209
protected override void
RemoveItem
(int index)
System\Windows\Controls\SelectedItemCollection.cs (1)
58
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)
101
base.
RemoveItem
(index);
MS\Internal\Annotations\XmlElementCollection.cs (1)
83
base.
RemoveItem
(index);
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
211
base.
RemoveItem
(index);
System\Windows\Controls\GridViewColumnCollection.cs (1)
62
base.
RemoveItem
(index);
System\Windows\Controls\SelectedDatesCollection.cs (2)
218
base.
RemoveItem
(index);
228
base.
RemoveItem
(index);
System\Windows\Controls\SelectedItemCollection.cs (1)
68
base.
RemoveItem
(index);