8 references to MatrixTransform
PresentationCore (2)
System\Windows\Media\Generated\MatrixTransform.cs (1)
126
return new
MatrixTransform
();
System\Windows\Media\GeometryHitTestParameters.cs (1)
63
MatrixTransform newTransform = new
MatrixTransform
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6723
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
MatrixTransform
(); };
System\Windows\Markup\KnownTypes.cs (1)
1403
case KnownElements.MatrixTransform: o = new System.Windows.Media.
MatrixTransform
(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
751
_transform = new
MatrixTransform
();
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
751
_transform = new
MatrixTransform
();
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
610
_transform = new
MatrixTransform
();
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
570
_transform = new
MatrixTransform
();