2 writes to LayoutTransform
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
956
RenderScope.
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)
228
Transform layoutTransform = this.InkCanvas.
LayoutTransform
;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1814
Matrix popupTransform =
LayoutTransform
.Value * RenderTransform.Value;
src\Framework\System\Windows\FrameworkElement.cs (1)
4358
Transform layoutTransform = this.
LayoutTransform
;