7 references to ScaleTransform
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1334ScaleTransform scaleTransform = new ScaleTransform(
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (1)
714dc.PushTransform(new ScaleTransform(-1.0, 1.0, 6.5, 0));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
389arrowScale = new ScaleTransform(0.75, 0.75, 3.5, 4.0);
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\BulletChrome.cs (1)
714dc.PushTransform(new ScaleTransform(-1.0, 1.0, 6.5, 0));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
389arrowScale = new ScaleTransform(0.75, 0.75, 3.5, 4.0);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
296dc.PushTransform(new ScaleTransform(-1.0, 1.0, 6.5, 0));
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
296dc.PushTransform(new ScaleTransform(-1.0, 1.0, 6.5, 0));