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