8 references to IsOnChannel
PresentationCore (8)
System\Windows\Media3D\Viewport3DVisual.cs (2)
770!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 775if (child.IsOnChannel(channel))
System\Windows\Media3D\Visual3D.cs (6)
1142bool isOnChannel = IsOnChannel(channel); 1221!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 1226if (child.IsOnChannel(ctx.Channel)) 1260Debug.Assert(IsOnChannel(channel)); 1451Debug.Assert(IsOnChannel(channel)); 1464if (!IsOnChannel(channel))