7 references to Element
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextView.cs (3)
284GeneralTransform transform = fh.Element.TransformToAncestor(this.FixedPage); 294if (fh.Element.Clip != null) 296Rect clipRect = fh.Element.Clip.Bounds;
src\Framework\System\Windows\Documents\HighlightVisual.cs (4)
207GeneralTransform transform = fh.Element.TransformToAncestor(_page); 232if (fh.Element.Clip != null) 234Rect clipRect = fh.Element.Clip.Bounds; 309GeneralTransform transform = fh.Element.TransformToAncestor(_page);