8 references to IsOnChannel
PresentationCore (8)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
792!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 797if (child.IsOnChannel(channel))
Core\CSharp\System\Windows\Media3D\Visual3D.cs (6)
1167bool isOnChannel = IsOnChannel(channel); 1246!(child.IsOnChannel(channel))) // or the child has not been marshalled yet. 1251if (child.IsOnChannel(ctx.Channel)) 1285Debug.Assert(IsOnChannel(channel)); 1482Debug.Assert(IsOnChannel(channel)); 1495if (!IsOnChannel(channel))