3 instantiations of OrthographicCamera
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
106
return new
OrthographicCamera
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7916
DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.
OrthographicCamera
(); }
System\Windows\Markup\KnownTypes.cs (1)
1425
case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.
OrthographicCamera
(); break;
10 references to OrthographicCamera
PresentationCore (7)
System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
39
public new
OrthographicCamera
Clone()
41
return (
OrthographicCamera
)base.Clone();
48
public new
OrthographicCamera
CloneCurrentValue()
50
return (
OrthographicCamera
)base.CloneCurrentValue();
66
OrthographicCamera
target = ((
OrthographicCamera
) d);
314
Type typeofThis = typeof(
OrthographicCamera
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
525
case 432: t = () => typeof(
OrthographicCamera
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7913
typeof(System.Windows.Media.Media3D.
OrthographicCamera
),
System\Windows\Markup\KnownTypes.cs (1)
5979
case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.
OrthographicCamera
); break;