4 references to ItemInserted
PresentationCore (4)
System\Windows\Media3D\Generated\Model3DCollection.cs (2)
564
if (
ItemInserted
!= null)
566
ItemInserted
(this, item);
System\Windows\Media3D\Generated\Model3DGroup.cs (2)
101
oldCollection.
ItemInserted
-= target.ChildrenItemInserted;
111
newCollection.
ItemInserted
+= target.ChildrenItemInserted;