2 instantiations of Viewport3D
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12387
DefaultConstructor = delegate () { return new System.Windows.Controls.
Viewport3D
(); },
System\Windows\Markup\KnownTypes.cs (1)
1648
case KnownElements.Viewport3D: o = new System.Windows.Controls.
Viewport3D
(); break;
14 references to Viewport3D
PresentationFramework (14)
System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (1)
13
public Viewport3DAutomationPeer(
Viewport3D
owner)
System\Windows\Controls\ViewPort3D.cs (5)
47
ClipToBoundsProperty.OverrideMetadata(typeof(
Viewport3D
), new PropertyMetadata(BooleanBoxes.TrueBox));
94
typeof(
Viewport3D
),
101
Viewport3D
owner = (
Viewport3D
) d;
122
typeof(
Viewport3D
),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
823
case 729: t = () => typeof(
Viewport3D
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4211
Type type = typeof(System.Windows.Controls.
Viewport3D
);
4212
DependencyProperty dp = System.Windows.Controls.
Viewport3D
.ChildrenProperty;
4214
this.GetXamlType(typeof(System.Windows.Controls.
Viewport3D
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12384
typeof(System.Windows.Controls.
Viewport3D
),
System\Windows\Markup\KnownTypes.cs (3)
1952
return System.Windows.Controls.
Viewport3D
.ChildrenProperty;
2535
case KnownElements.Viewport3D: return (o as System.Windows.Controls.
Viewport3D
).Children;
6277
case KnownElements.Viewport3D: t = typeof(System.Windows.Controls.
Viewport3D
); break;