4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
591if (ItemRemoved != null) 593ItemRemoved(this, oldValue);
System\Windows\Media\Generated\GeometryGroup.cs (2)
120oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 132newCollection.ItemRemoved += target.ChildrenItemRemoved;