8 references to MatrixTransform
PresentationCore (2)
System\Windows\Media\Generated\MatrixTransform.cs (1)
126return new MatrixTransform();
System\Windows\Media\GeometryHitTestParameters.cs (1)
63MatrixTransform newTransform = new MatrixTransform();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6723bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.MatrixTransform(); };
System\Windows\Markup\KnownTypes.cs (1)
1403case 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();