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