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