7 implementations of RemoveChildFromParent
PresentationCore (7)
System\Windows\Media\Animation\Animatable.cs (1)
280void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
205void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
163void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\GlyphRun.cs (1)
1836void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\RenderData.cs (1)
423void DUCE.IResource.RemoveChildFromParent(DUCE.IResource parent, DUCE.Channel channel)
System\Windows\Media\Visual.cs (1)
281void DUCE.IResource.RemoveChildFromParent(
System\Windows\Media3D\Visual3D.cs (1)
118void DUCE.IResource.RemoveChildFromParent(
3 references to RemoveChildFromParent
PresentationCore (3)
System\Windows\Media\Visual.cs (1)
2695childResource.RemoveChildFromParent(this, channel);
System\Windows\Media3D\Viewport3DVisual.cs (1)
418childResource.RemoveChildFromParent(this, channel);
System\Windows\Media3D\Visual3D.cs (1)
320childResource.RemoveChildFromParent(this, channel);