4 references to ItemInserted
PresentationCore (4)
System\Windows\Media3D\Generated\MaterialCollection.cs (2)
553if (ItemInserted != null) 555ItemInserted(this, item);
System\Windows\Media3D\Generated\MaterialGroup.cs (2)
87oldCollection.ItemInserted -= target.ChildrenItemInserted; 97newCollection.ItemInserted += target.ChildrenItemInserted;