8 references to Node
PresentationFramework (8)
System\Windows\Documents\FixedTextBuilder.cs (1)
345FixedSOMElement element = _fixedFlowMap.MappingGetFixedSOMElement(fixedPosition.Node, fixedPosition.Offset);
System\Windows\Documents\FixedTextView.cs (7)
198DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 442DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 513DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 537return _CreateTextPointer(new FixedPosition(fixedp.Node, index), edge); 593FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, true, ref count); 598fixedNodes = new FixedNode[] { fixedp.Node }; 888FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, (scanDir == LogicalDirection.Forward), ref count);