3 writes to LayoutTransform
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
950RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
System\Windows\Controls\Primitives\PopupRoot.cs (1)
134_transformDecorator.LayoutTransform = value;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
824_decorator.LayoutTransform = layoutTransforms;
6 references to LayoutTransform
PresentationFramework (3)
MS\Internal\Ink\EditBehavior.cs (1)
218Transform layoutTransform = this.InkCanvas.LayoutTransform;
System\Windows\Controls\Primitives\Popup.cs (1)
1810Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
System\Windows\FrameworkElement.cs (1)
4355Transform layoutTransform = this.LayoutTransform;
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (1)
822layoutTransforms.Children.Add(_decorator.LayoutTransform);
System\Windows\Integration\HostUtils.cs (2)
123if (rootElement.LayoutTransform != null) 125outPoint = rootElement.LayoutTransform.Transform(outPoint);