8 references to Node
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
367FixedSOMElement element = _fixedFlowMap.MappingGetFixedSOMElement(fixedPosition.Node, fixedPosition.Offset);
src\Framework\System\Windows\Documents\FixedTextView.cs (7)
214DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 459DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 530DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 554return _CreateTextPointer(new FixedPosition(fixedp.Node, index), edge); 610FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, true, ref count); 615fixedNodes = new FixedNode[] { fixedp.Node }; 908FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, (scanDir == LogicalDirection.Forward), ref count);