4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\TransformCollection.cs (2)
583
if (
ItemInserted
!= null)
585
ItemInserted
(this, item);
System\Windows\Media\Generated\TransformGroup.cs (2)
114
oldCollection.
ItemInserted
-= target.ChildrenItemInserted;
124
newCollection.
ItemInserted
+= target.ChildrenItemInserted;