8 references to MatrixTransform
PresentationCore (2)
System\Windows\Media\Generated\MatrixTransform.cs (1)
98
return new
MatrixTransform
();
System\Windows\Media\GeometryHitTestParameters.cs (1)
55
MatrixTransform newTransform = new
MatrixTransform
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7378
DefaultConstructor = delegate () { return new System.Windows.Media.
MatrixTransform
(); },
System\Windows\Markup\KnownTypes.cs (1)
1397
case KnownElements.MatrixTransform: o = new System.Windows.Media.
MatrixTransform
(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
762
_transform = new
MatrixTransform
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
762
_transform = new
MatrixTransform
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
614
_transform = new
MatrixTransform
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
574
_transform = new
MatrixTransform