4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\DrawingCollection.cs (2)
591if (ItemRemoved != null) 593ItemRemoved(this, oldValue);
System\Windows\Media\Generated\DrawingGroup.cs (2)
113oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 125newCollection.ItemRemoved += target.ChildrenItemRemoved;