7 implementations of RemoveChildFromParent
PresentationCore (7)
System\Windows\Media\Animation\Animatable.cs (1)
255void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
199void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
158void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\GlyphRun.cs (1)
1809void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\RenderData.cs (1)
405void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\Visual.cs (1)
263void DUCE.IResource.RemoveChildFromParent(
System\Windows\Media3D\Visual3D.cs (1)
108void DUCE.IResource.RemoveChildFromParent(
3 references to RemoveChildFromParent
PresentationCore (3)
System\Windows\Media\Visual.cs (1)
2673childResource.RemoveChildFromParent(this, channel);
System\Windows\Media3D\Viewport3DVisual.cs (1)
398childResource.RemoveChildFromParent(this, channel);
System\Windows\Media3D\Visual3D.cs (1)
310childResource.RemoveChildFromParent(this, channel);