3 references to ComputeDesignRect
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
277Rect backgroundRect = fh.ComputeDesignRect();
src\Framework\System\Windows\Documents\HighlightVisual.cs (2)
200Rect backgroundRect = fh.ComputeDesignRect(); 302Rect clipRect = fh.ComputeDesignRect();