7 references to Element
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (3)
262GeneralTransform transform = fh.Element.TransformToAncestor(this.FixedPage); 272if (fh.Element.Clip != null) 274Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (4)
193GeneralTransform transform = fh.Element.TransformToAncestor(_page); 218if (fh.Element.Clip != null) 220Rect clipRect = fh.Element.Clip.Bounds; 296GeneralTransform transform = fh.Element.TransformToAncestor(_page);