4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\TransformCollection.cs (2)
565if (ItemInserted != null) 567ItemInserted(this, item);
System\Windows\Media\Generated\TransformGroup.cs (2)
100oldCollection.ItemInserted -= target.ChildrenItemInserted; 110newCollection.ItemInserted += target.ChildrenItemInserted;