4 references to ItemInserted
PresentationCore (4)
System\Windows\Media3D\Generated\MaterialCollection.cs (2)
563if (ItemInserted != null) 565ItemInserted(this, item);
System\Windows\Media3D\Generated\MaterialGroup.cs (2)
98oldCollection.ItemInserted -= target.ChildrenItemInserted; 108newCollection.ItemInserted += target.ChildrenItemInserted;