16 references to FixedPage
PresentationFramework (16)
System\Windows\Documents\FixedTextView.cs (16)
96
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, im), 0);
103
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, p), 0);
195
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
200
GeneralTransform tran = g.TransformToAncestor(this.
FixedPage
);
205
GeneralTransform tran = image.TransformToAncestor(this.
FixedPage
);
215
GeneralTransform tran = path.TransformToAncestor(this.
FixedPage
);
244
highlights.TryGetValue(this.
FixedPage
, out highlightList);
262
GeneralTransform transform = fh.Element.TransformToAncestor(this.
FixedPage
);
438
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
508
DependencyObject element = this.
FixedPage
.GetElement(fixedp.Node);
596
DependencyObject element =
FixedPage
.GetElement(lastNode);
766
HitTestResult result = VisualTreeHelper.HitTest(this.
FixedPage
, pt);
822
Glyphs startGlyphs = this.
FixedPage
.GetGlyphsElement(node);
823
GeneralTransform tranToGlyphs = this.
FixedPage
.TransformToDescendant(startGlyphs);
857
if (point.Y < this.
FixedPage
.Height / 2)
1183
FixedPosition fixedp = new FixedPosition(this.
FixedPage
.CreateFixedNode(this.PageIndex, g), charIndex);