7 references to Element
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (3)
263GeneralTransform transform = fh.Element.TransformToAncestor(this.FixedPage); 273if (fh.Element.Clip != null) 275Rect 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; 297GeneralTransform transform = fh.Element.TransformToAncestor(_page);