2 instantiations of Viewport3D
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11144bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Viewport3D(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1655case KnownElements.Viewport3D: o = new System.Windows.Controls.Viewport3D(); break;
14 references to Viewport3D
PresentationFramework (14)
src\Framework\System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (1)
12public Viewport3DAutomationPeer(Viewport3D owner)
src\Framework\System\Windows\Controls\ViewPort3D.cs (5)
57ClipToBoundsProperty.OverrideMetadata(typeof(Viewport3D), new PropertyMetadata(BooleanBoxes.TrueBox)); 103typeof(Viewport3D), 110Viewport3D owner = (Viewport3D) d; 131typeof(Viewport3D),
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
821case 729: t = () => typeof(Viewport3D); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3984Type type = typeof(System.Windows.Controls.Viewport3D); 3985DependencyProperty dp = System.Windows.Controls.Viewport3D.ChildrenProperty; 3987this.GetXamlType(typeof(System.Windows.Controls.Viewport3D)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11142typeof(System.Windows.Controls.Viewport3D),
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1955return System.Windows.Controls.Viewport3D.ChildrenProperty; 2534case KnownElements.Viewport3D: return (o as System.Windows.Controls.Viewport3D).Children; 6273case KnownElements.Viewport3D: t = typeof(System.Windows.Controls.Viewport3D); break;