2 instantiations of HostVisual
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5156bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.HostVisual(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1321case KnownElements.HostVisual: o = new System.Windows.Media.HostVisual(); break;
5 references to HostVisual
PresentationCore (2)
Core\CSharp\System\Windows\Media\VisualTarget.cs (2)
40public VisualTarget(HostVisual hostVisual) 253private HostVisual _hostVisual;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
364case 272: t = () => typeof(HostVisual); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5154typeof(System.Windows.Media.HostVisual),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5816case KnownElements.HostVisual: t = typeof(System.Windows.Media.HostVisual); break;