10 references to ScaleTransform
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
464
new
ScaleTransform
(
Core\CSharp\System\Windows\Media\ScaleTransform.cs (1)
62
) :
this
(scaleX, scaleY)
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
408
ScaleTransform bodyScale = new
ScaleTransform
(1, scale);
415
ScaleTransform tailScale = new
ScaleTransform
(xScaleFactor, yScaleFactor);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
956
RenderScope.LayoutTransform = new
ScaleTransform
(Zoom / 100, Zoom / 100);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
406
pageScaleTransform = new
ScaleTransform
(_pageZoom, _pageZoom);
422
pageScaleTransform = new
ScaleTransform
(pageZoom.Width, pageZoom.Height);
src\Framework\System\Windows\Controls\ViewBox.cs (1)
360
InternalTransform = new
ScaleTransform
(scalefac.Width, scalefac.Height);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
230
ScaleTransform mirrorTransform = new
ScaleTransform
(-1, 1);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1057
this.scrollableContent.LayoutTransform = new
ScaleTransform
(this.ZoomFactor, this.ZoomFactor);