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