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