16 references to FixedPage
PresentationFramework (16)
src\Framework\System\Windows\Documents\FixedTextView.cs (16)
113
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, im), 0);
121
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, p), 0);
214
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
220
GeneralTransform tran = g.TransformToAncestor(this.
FixedPage
);
226
GeneralTransform tran = image.TransformToAncestor(this.
FixedPage
);
237
GeneralTransform tran = path.TransformToAncestor(this.
FixedPage
);
266
highlights.TryGetValue(this.
FixedPage
, out highlightList);
284
GeneralTransform transform = fh.Element.TransformToAncestor(this.
FixedPage
);
459
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
530
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
619
DependencyObject element =
FixedPage
.GetElement(lastNode);
791
HitTestResult result = VisualTreeHelper.HitTest(this.
FixedPage
, pt);
848
Glyphs startGlyphs = this.
FixedPage
.GetGlyphsElement(node);
849
GeneralTransform tranToGlyphs = this.
FixedPage
.TransformToDescendant(startGlyphs);
886
if (point.Y < this.
FixedPage
.Height / 2)
1215
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, g), charIndex);