Base:
method
TransformBounds
System.Windows.Media.GeneralTransform.TransformBounds(System.Windows.Rect)
9 references to TransformBounds
PresentationFramework (5)
MS\Internal\Documents\TextDocumentView.cs (1)
3300
rect = transform.
TransformBounds
(rect);
MS\Internal\Documents\TextViewBase.cs (1)
51
rect = transform.
TransformBounds
(rect);
MS\Internal\PtsHost\CellParaClient.cs (1)
328
visibleRect = transform.
TransformBounds
(visibleRect);
MS\Internal\PtsHost\TextParaClient.cs (1)
758
visibleRect = transform.
TransformBounds
(visibleRect);
System\windows\Documents\TextSelection.cs (1)
2206
caretRectangle = caretTransform.
TransformBounds
(caretRectangle);
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
2479
pageBounds = tg.
TransformBounds
(pageBounds);
2500
pageBounds = scale.
TransformBounds
(pageBounds);
2531
bleedBox= tg.
TransformBounds
(bleedBox);
2535
contentBox = tg.
TransformBounds
(contentBox);