6 references to IsOnChannel
PresentationCore (6)
System\Windows\Media\DrawingVisual.cs (2)
135Debug.Assert(_proxy.IsOnChannel(channel)); 206Debug.Assert(_proxy.IsOnChannel(channel));
System\Windows\Media\Visual.cs (1)
198return _proxy.IsOnChannel(channel);
System\Windows\Media3D\Visual3D.cs (1)
69return _proxy.IsOnChannel(channel);
System\Windows\UIElement.cs (2)
3189Debug.Assert(_proxy.IsOnChannel(channel)); 3257Debug.Assert(_proxy.IsOnChannel(channel));