6 references to VisualTarget
PresentationCore (3)
Core\CSharp\System\Windows\Media\HostVisual.cs (3)
141internal void BeginHosting(VisualTarget target) 274bool created = _target._contentRoot.CreateOrAddRefOnChannel(this, channel, VisualTarget.s_contentRootType); 440private VisualTarget _target;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
828case 736: t = () => typeof(VisualTarget); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11240typeof(System.Windows.Media.VisualTarget),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6280case KnownElements.VisualTarget: t = typeof(System.Windows.Media.VisualTarget); break;