Base:
method
TransformBounds
System.Windows.Media.GeneralTransform.TransformBounds(System.Windows.Rect)
9 references to TransformBounds
PresentationFramework (5)
MS\Internal\Documents\TextDocumentView.cs (1)
3347
rect = transform.
TransformBounds
(rect);
MS\Internal\Documents\TextViewBase.cs (1)
54
rect = transform.
TransformBounds
(rect);
MS\Internal\PtsHost\CellParaClient.cs (1)
334
visibleRect = transform.
TransformBounds
(visibleRect);
MS\Internal\PtsHost\TextParaClient.cs (1)
765
visibleRect = transform.
TransformBounds
(visibleRect);
System\windows\Documents\TextSelection.cs (1)
2225
caretRectangle = caretTransform.
TransformBounds
(caretRectangle);
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
2487
pageBounds = tg.
TransformBounds
(pageBounds);
2508
pageBounds = scale.
TransformBounds
(pageBounds);
2539
bleedBox= tg.
TransformBounds
(bleedBox);
2543
contentBox = tg.
TransformBounds
(contentBox);