4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
566if (ItemInserted != null) 568ItemInserted(this, item);
System\Windows\Media\Generated\GeometryGroup.cs (2)
110oldCollection.ItemInserted -= target.ChildrenItemInserted; 120newCollection.ItemInserted += target.ChildrenItemInserted;