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