3 instantiations of OrthographicCamera
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
122
return new
OrthographicCamera
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7198
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
OrthographicCamera
(); };
System\Windows\Markup\KnownTypes.cs (1)
1432
case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.
OrthographicCamera
(); break;
10 references to OrthographicCamera
PresentationCore (7)
System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
55
public new
OrthographicCamera
Clone()
57
return (
OrthographicCamera
)base.Clone();
64
public new
OrthographicCamera
CloneCurrentValue()
66
return (
OrthographicCamera
)base.CloneCurrentValue();
82
OrthographicCamera
target = ((
OrthographicCamera
) d);
326
Type typeofThis = typeof(
OrthographicCamera
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
528
case 432: t = () => typeof(
OrthographicCamera
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7196
typeof(System.Windows.Media.Media3D.
OrthographicCamera
),
System\Windows\Markup\KnownTypes.cs (1)
5986
case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.
OrthographicCamera
); break;