6 references to IsOnChannel
PresentationCore (6)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (2)
158Debug.Assert(_proxy.IsOnChannel(channel)); 232Debug.Assert(_proxy.IsOnChannel(channel));
Core\CSharp\System\Windows\Media\Visual.cs (1)
220return _proxy.IsOnChannel(channel);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
87return _proxy.IsOnChannel(channel);
Core\CSharp\System\Windows\UIElement.cs (2)
3240Debug.Assert(_proxy.IsOnChannel(channel)); 3311Debug.Assert(_proxy.IsOnChannel(channel));