7 references to Element
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (3)
268GeneralTransform transform = fh.Element.TransformToAncestor(this.FixedPage); 278if (fh.Element.Clip != null) 280Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (4)
194GeneralTransform transform = fh.Element.TransformToAncestor(_page); 219if (fh.Element.Clip != null) 221Rect clipRect = fh.Element.Clip.Bounds; 295GeneralTransform transform = fh.Element.TransformToAncestor(_page);