4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\TransformCollection.cs (2)
565
if (
ItemInserted
!= null)
567
ItemInserted
(this, item);
System\Windows\Media\Generated\TransformGroup.cs (2)
100
oldCollection.
ItemInserted
-= target.ChildrenItemInserted;
110
newCollection.
ItemInserted
+= target.ChildrenItemInserted;