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