4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
583
if (
ItemInserted
!= null)
585
ItemInserted
(this, item);
System\Windows\Media\Generated\GeometryGroup.cs (2)
121
oldCollection.
ItemInserted
-= target.ChildrenItemInserted;
131
newCollection.
ItemInserted
+= target.ChildrenItemInserted;