4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
561if (ItemRemoved != null) 563ItemRemoved(this, oldValue);
System\Windows\Media\Generated\GeometryGroup.cs (2)
94oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 106newCollection.ItemRemoved += target.ChildrenItemRemoved;