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