4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\DrawingCollection.cs (2)
553
if (
ItemInserted
!= null)
555
ItemInserted
(this, item);
System\Windows\Media\Generated\DrawingGroup.cs (2)
88
oldCollection.
ItemInserted
-= target.ChildrenItemInserted;
98
newCollection.
ItemInserted
+= target.ChildrenItemInserted;