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