7 references to Element
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (3)
276GeneralTransform transform = fh.Element.TransformToAncestor(this.FixedPage); 286if (fh.Element.Clip != null) 288Rect clipRect = fh.Element.Clip.Bounds;
System\Windows\Documents\HighlightVisual.cs (4)
204GeneralTransform transform = fh.Element.TransformToAncestor(_page); 229if (fh.Element.Clip != null) 231Rect clipRect = fh.Element.Clip.Bounds; 305GeneralTransform transform = fh.Element.TransformToAncestor(_page);