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