23 references to FixedNode
PresentationFramework (23)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
395
FixedNode fn = element.
FixedNode
;
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (1)
228
_fixedNodes.Add(element.
FixedNode
);
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
696
if (element!=null && element.
FixedNode
.CompareTo(textRun.
FixedNode
) == 0)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
86
result = markupOrder.IndexOf(this.
FixedNode
) - markupOrder.IndexOf(otherRun.
FixedNode
);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (16)
458
fixedp = new FixedPosition(last.
FixedNode
, offsetInLast);
470
fixedp = new FixedPosition(element.
FixedNode
, fixedOffset);
843
if (prevRun.
FixedNode
== currentRun.
FixedNode
)
1306
UIElement e = p.GetElement(element.
FixedNode
) as UIElement;
1498
FixedPage page = _builder.GetFixedPage(element.
FixedNode
);
1517
Glyphs currentRunGlyph = _builder.GetGlyphsElement(lastRun.
FixedNode
);
1518
Glyphs glyphs = _builder.GetGlyphsElement(run.
FixedNode
);
1531
_SetHyperlink(navUri, run.
FixedNode
, shadowHyperlink);
1540
if (_fixedNodes.Count == 0 || _fixedNodes[_fixedNodes.Count - 1] != element.
FixedNode
)
1542
_fixedNodes.Add(element.
FixedNode
);
1549
_SetHyperlink(navUri, image.
FixedNode
, shadowHyperlink);
1571
_fixedNodes.Add(element.
FixedNode
);
1678
Glyphs glyphs = _builder.GetGlyphsElement(run.
FixedNode
);
1690
if (_nodesInLine.Count == 0 || _nodesInLine[_nodesInLine.Count - 1] != run.
FixedNode
)
1692
_nodesInLine.Add(run.
FixedNode
);
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
436
FixedNode fn = elem.
FixedNode
;