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