4 references to ItemInserted
PresentationCore (4)
System\Windows\Media\Generated\GeometryCollection.cs (2)
583if (ItemInserted != null) 585ItemInserted(this, item);
System\Windows\Media\Generated\GeometryGroup.cs (2)
121oldCollection.ItemInserted -= target.ChildrenItemInserted; 131newCollection.ItemInserted += target.ChildrenItemInserted;