4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\DrawingCollection.cs (2)
561if (ItemRemoved != null) 563ItemRemoved(this, oldValue);
System\Windows\Media\Generated\DrawingGroup.cs (2)
87oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 99newCollection.ItemRemoved += target.ChildrenItemRemoved;