4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
574
if (
ItemRemoved
!= null)
576
ItemRemoved
(this, oldValue);
System\Windows\Media\Generated\GeometryGroup.cs (2)
109
oldCollection.
ItemRemoved
-= target.ChildrenItemRemoved;
121
newCollection.
ItemRemoved
+= target.ChildrenItemRemoved;