8 references to IsOnChannel
PresentationCore (8)
System\Windows\Media3D\Viewport3DVisual.cs (2)
777!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 782if (child.IsOnChannel(channel))
System\Windows\Media3D\Visual3D.cs (6)
1143bool isOnChannel = IsOnChannel(channel); 1222!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 1227if (child.IsOnChannel(ctx.Channel)) 1261Debug.Assert(IsOnChannel(channel)); 1452Debug.Assert(IsOnChannel(channel)); 1465if (!IsOnChannel(channel))