8 references to MatrixTransform
PresentationCore (2)
System\Windows\Media\Generated\MatrixTransform.cs (1)
108
return new
MatrixTransform
();
System\Windows\Media\GeometryHitTestParameters.cs (1)
54
MatrixTransform newTransform = new
MatrixTransform
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7377
DefaultConstructor = delegate () { return new System.Windows.Media.
MatrixTransform
(); },
System\Windows\Markup\KnownTypes.cs (1)
1396
case KnownElements.MatrixTransform: o = new System.Windows.Media.
MatrixTransform
(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
761
_transform = new
MatrixTransform
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
761
_transform = new
MatrixTransform
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
613
_transform = new
MatrixTransform
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
573
_transform = new
MatrixTransform