stub out the Projection classes as well as duplicating the disgusting hack used for...
commit4152583a12298fc64630de6b581e561910c40747
authortoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 1 Dec 2009 06:03:46 +0000 (1 06:03 +0000)
committertoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 1 Dec 2009 06:03:46 +0000 (1 06:03 +0000)
treeff1a3757c213e3a548ae19d637e23aacf635af54
parent75e35fd664d8f018a0c7f5f455edb3b35201da71
stub out the Projection classes as well as duplicating the disgusting hack used for Matrix to implement Matrix3D.  add the UIElement.Projection field as well.  regenerate everything else.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/moon@147177 e3ebcda4-bce8-0310-ba0a-eca2169e7518
28 files changed:
class/System.Windows/Makefile.am
class/System.Windows/Mono/GeneratedPInvokes.cs
class/System.Windows/Mono/Kind.cs
class/System.Windows/Mono/NativeDependencyObjectHelper.cs
class/System.Windows/Mono/Types.g.cs
class/System.Windows/Mono/Value.cs
class/System.Windows/System.Windows.Media/Matrix3DProjection.cs [new file with mode: 0644]
class/System.Windows/System.Windows.Media/PlaneProjection.cs [new file with mode: 0644]
class/System.Windows/System.Windows.Media/Projection.cs [new file with mode: 0644]
class/System.Windows/System.Windows.Media3D/Matrix3D.cs [new file with mode: 0644]
class/System.Windows/System.Windows.Media3D/UnmanagedMatrix3D.cs [new file with mode: 0644]
class/System.Windows/System.Windows/DependencyObject.g.cs
class/System.Windows/System.Windows/DependencyProperty.g.cs
class/tuning/SecurityAttributes/automatic/System.Windows.auto.sc
class/tuning/SecurityAttributes/automatic/System.Windows.auto.ssc
plugin/cbinding.h
src/Makefile.am
src/cbinding.cpp
src/cbinding.h
src/dependencyproperty.g.cpp
src/projection.cpp [new file with mode: 0644]
src/projection.h [new file with mode: 0644]
src/type-generated.cpp
src/type.h
src/uielement.h
src/value.h
src/xaml.cpp
tools/generators/Generator.cs