3 writes to LayoutTransform
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
937RenderScope?.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
System\Windows\Controls\Primitives\PopupRoot.cs (1)
124_transformDecorator.LayoutTransform = value;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
818_decorator.LayoutTransform = layoutTransforms;
6 references to LayoutTransform
PresentationFramework (3)
MS\Internal\Ink\EditBehavior.cs (1)
205Transform layoutTransform = this.InkCanvas.LayoutTransform;
System\Windows\Controls\Primitives\Popup.cs (1)
1809Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
System\Windows\FrameworkElement.cs (1)
4341Transform layoutTransform = this.LayoutTransform;
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (1)
816layoutTransforms.Children.Add(_decorator.LayoutTransform);
System\Windows\Integration\HostUtils.cs (2)
118if (rootElement.LayoutTransform != null) 120outPoint = rootElement.LayoutTransform.Transform(outPoint);