16 references to FixedPage
PresentationFramework (16)
System\Windows\Documents\FixedTextView.cs (16)
97
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, im), 0);
104
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, p), 0);
196
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
201
GeneralTransform tran = g.TransformToAncestor(this.
FixedPage
);
206
GeneralTransform tran = image.TransformToAncestor(this.
FixedPage
);
216
GeneralTransform tran = path.TransformToAncestor(this.
FixedPage
);
245
highlights.TryGetValue(this.
FixedPage
, out highlightList);
263
GeneralTransform transform = fh.Element.TransformToAncestor(this.
FixedPage
);
439
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
509
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
597
DependencyObject element =
FixedPage
.GetElement(lastNode);
767
HitTestResult result = VisualTreeHelper.HitTest(this.
FixedPage
, pt);
823
Glyphs startGlyphs = this.
FixedPage
.GetGlyphsElement(node);
824
GeneralTransform tranToGlyphs = this.
FixedPage
.TransformToDescendant(startGlyphs);
861
if (point.Y < this.
FixedPage
.Height / 2)
1190
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, g), charIndex);