4 references to ItemInserted
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (2)
596if (ItemInserted != null) 598ItemInserted(this, item);
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (2)
120oldCollection.ItemInserted -= target.ChildrenItemInserted; 130newCollection.ItemInserted += target.ChildrenItemInserted;