2 writes to LayoutTransform
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
956RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
130_transformDecorator.LayoutTransform = value;
3 references to LayoutTransform
PresentationFramework (3)
src\Framework\MS\Internal\Ink\EditBehavior.cs (1)
228Transform layoutTransform = this.InkCanvas.LayoutTransform;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1814Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
src\Framework\System\Windows\FrameworkElement.cs (1)
4358Transform layoutTransform = this.LayoutTransform;