8 references to IsOnChannel
PresentationCore (8)
System\Windows\Media3D\Viewport3DVisual.cs (2)
788!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 793if (child.IsOnChannel(channel))
System\Windows\Media3D\Visual3D.cs (6)
1151bool isOnChannel = IsOnChannel(channel); 1230!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 1235if (child.IsOnChannel(ctx.Channel)) 1269Debug.Assert(IsOnChannel(channel)); 1460Debug.Assert(IsOnChannel(channel)); 1473if (!IsOnChannel(channel))