7 references to MatrixTransform
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\MatrixTransform.cs (1)
132return new MatrixTransform();
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (1)
68MatrixTransform newTransform = new MatrixTransform();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6719bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.MatrixTransform(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1404case KnownElements.MatrixTransform: o = new System.Windows.Media.MatrixTransform(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
757_transform = new MatrixTransform();
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
616_transform = new MatrixTransform();
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
576_transform = new MatrixTransform();