4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
553if (ItemInserted != null) 555ItemInserted(this, item);
System\Windows\Media\Generated\GeometryGroup.cs (2)
95oldCollection.ItemInserted -= target.ChildrenItemInserted; 105newCollection.ItemInserted += target.ChildrenItemInserted;