4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\DrawingCollection.cs (2)
574if (ItemRemoved != null) 576ItemRemoved(this, oldValue);
System\Windows\Media\Generated\DrawingGroup.cs (2)
102oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 114newCollection.ItemRemoved += target.ChildrenItemRemoved;