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