4 references to ItemRemoved
PresentationCore (4)
System\Windows\Media\Generated\DrawingCollection.cs (2)
561
if (
ItemRemoved
!= null)
563
ItemRemoved
(this, oldValue);
System\Windows\Media\Generated\DrawingGroup.cs (2)
87
oldCollection.
ItemRemoved
-= target.ChildrenItemRemoved;
99
newCollection.
ItemRemoved
+= target.ChildrenItemRemoved;