Base:
method
TransformBounds
System.Windows.Media.GeneralTransform.TransformBounds(System.Windows.Rect)
9 references to TransformBounds
PresentationFramework (5)
MS\Internal\Documents\TextDocumentView.cs (1)
3345
rect = transform.
TransformBounds
(rect);
MS\Internal\Documents\TextViewBase.cs (1)
52
rect = transform.
TransformBounds
(rect);
MS\Internal\PtsHost\CellParaClient.cs (1)
329
visibleRect = transform.
TransformBounds
(visibleRect);
MS\Internal\PtsHost\TextParaClient.cs (1)
759
visibleRect = transform.
TransformBounds
(visibleRect);
System\windows\Documents\TextSelection.cs (1)
2222
caretRectangle = caretTransform.
TransformBounds
(caretRectangle);
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
2480
pageBounds = tg.
TransformBounds
(pageBounds);
2501
pageBounds = scale.
TransformBounds
(pageBounds);
2532
bleedBox= tg.
TransformBounds
(bleedBox);
2536
contentBox = tg.
TransformBounds
(contentBox);