3 instantiations of OrthographicCamera
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
128
return new
OrthographicCamera
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7194
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
OrthographicCamera
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1433
case KnownElements.OrthographicCamera: o = new System.Windows.Media.Media3D.
OrthographicCamera
(); break;
10 references to OrthographicCamera
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (7)
61
public new
OrthographicCamera
Clone()
63
return (
OrthographicCamera
)base.Clone();
70
public new
OrthographicCamera
CloneCurrentValue()
72
return (
OrthographicCamera
)base.CloneCurrentValue();
88
OrthographicCamera
target = ((
OrthographicCamera
) d);
343
Type typeofThis = typeof(
OrthographicCamera
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
524
case 432: t = () => typeof(
OrthographicCamera
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7192
typeof(System.Windows.Media.Media3D.
OrthographicCamera
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5976
case KnownElements.OrthographicCamera: t = typeof(System.Windows.Media.Media3D.
OrthographicCamera
); break;