4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
574if (ItemRemoved != null) 576ItemRemoved(this, oldValue);
System\Windows\Media\Generated\GeometryGroup.cs (2)
109oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 121newCollection.ItemRemoved += target.ChildrenItemRemoved;