11 references to IsOnChannel
PresentationCore (11)
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
259
Debug.Assert(
IsOnChannel
(channel));
Core\CSharp\System\Windows\Media\Visual.cs (8)
662
Debug.Assert(
IsOnChannel
(channel));
697
if (!
IsOnChannel
(channel)
832
if (
IsOnChannel
(channel))
1185
|| !
IsOnChannel
(channel))
1195
if (
IsOnChannel
(channel)
1232
bool isOnChannel =
IsOnChannel
(channel);
1813
|| !(child.
IsOnChannel
(channel)))
1823
if (child.
IsOnChannel
(channel))
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
732
Debug.Assert(
IsOnChannel
(channel));
821
Debug.Assert(
IsOnChannel
(channel));