4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
573
if (
ItemRemoved
!= null)
575
ItemRemoved
(this, oldValue);
System\Windows\Media\Generated\GeometryGroup.cs (2)
106
oldCollection.
ItemRemoved
-= target.ChildrenItemRemoved;
118
newCollection.
ItemRemoved
+= target.ChildrenItemRemoved;