4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media3D\Generated\MaterialCollection.cs (2)
561if (ItemRemoved != null) 563ItemRemoved(this, oldValue);
System\Windows\Media3D\Generated\MaterialGroup.cs (2)
86oldCollection.ItemRemoved -= target.ChildrenItemRemoved; 98newCollection.ItemRemoved += target.ChildrenItemRemoved;