6 references to IsOnChannel
PresentationCore (6)
System\Windows\Media\DrawingVisual.cs (2)
139Debug.Assert(_proxy.IsOnChannel(channel)); 213Debug.Assert(_proxy.IsOnChannel(channel));
System\Windows\Media\Visual.cs (1)
199return _proxy.IsOnChannel(channel);
System\Windows\Media3D\Visual3D.cs (1)
70return _proxy.IsOnChannel(channel);
System\Windows\UIElement.cs (2)
3201Debug.Assert(_proxy.IsOnChannel(channel)); 3272Debug.Assert(_proxy.IsOnChannel(channel));