3 instantiations of OrthographicCamera
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
98
return new
OrthographicCamera
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7917
DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.
OrthographicCamera
(); }
System\Windows\Markup\KnownTypes.cs (1)
1426
case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.
OrthographicCamera
(); break;
10 references to OrthographicCamera
PresentationCore (7)
System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
31
public new
OrthographicCamera
Clone()
33
return (
OrthographicCamera
)base.Clone();
40
public new
OrthographicCamera
CloneCurrentValue()
42
return (
OrthographicCamera
)base.CloneCurrentValue();
58
OrthographicCamera
target = ((
OrthographicCamera
) d);
302
Type typeofThis = typeof(
OrthographicCamera
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
526
case 432: t = () => typeof(
OrthographicCamera
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7914
typeof(System.Windows.Media.Media3D.
OrthographicCamera
),
System\Windows\Markup\KnownTypes.cs (1)
5980
case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.
OrthographicCamera
); break;