4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media3D\Generated\MaterialCollection.cs (2)
572if (ItemRemoved != null) 574ItemRemoved(this, oldValue);
System\Windows\Media3D\Generated\MaterialGroup.cs (2)
100oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 112newCollection.ItemRemoved += target.ChildrenItemRemoved;