8 references to Node
PresentationFramework (8)
System\Windows\Documents\FixedTextBuilder.cs (1)
361FixedSOMElement element = _fixedFlowMap.MappingGetFixedSOMElement(fixedPosition.Node, fixedPosition.Offset);
System\Windows\Documents\FixedTextView.cs (7)
206DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 450DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 521DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 545return _CreateTextPointer(new FixedPosition(fixedp.Node, index), edge); 601FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, true, ref count); 606fixedNodes = new FixedNode[] { fixedp.Node }; 896FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, (scanDir == LogicalDirection.Forward), ref count);