16 references to FixedPage
PresentationFramework (16)
System\Windows\Documents\FixedTextView.cs (16)
106
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, im), 0);
114
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, p), 0);
206
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
212
GeneralTransform tran = g.TransformToAncestor(this.
FixedPage
);
218
GeneralTransform tran = image.TransformToAncestor(this.
FixedPage
);
229
GeneralTransform tran = path.TransformToAncestor(this.
FixedPage
);
258
highlights.TryGetValue(this.
FixedPage
, out highlightList);
276
GeneralTransform transform = fh.Element.TransformToAncestor(this.
FixedPage
);
450
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
521
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
610
DependencyObject element =
FixedPage
.GetElement(lastNode);
780
HitTestResult result = VisualTreeHelper.HitTest(this.
FixedPage
, pt);
836
Glyphs startGlyphs = this.
FixedPage
.GetGlyphsElement(node);
837
GeneralTransform tranToGlyphs = this.
FixedPage
.TransformToDescendant(startGlyphs);
874
if (point.Y < this.
FixedPage
.Height / 2)
1203
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, g), charIndex);