4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\DrawingCollection.cs (2)
566
if (
ItemInserted
!= null)
568
ItemInserted
(this, item);
System\Windows\Media\Generated\DrawingGroup.cs (2)
103
oldCollection.
ItemInserted
-= target.ChildrenItemInserted;
113
newCollection.
ItemInserted
+= target.ChildrenItemInserted;