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