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