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