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