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