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)
196DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 439DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 509DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 532return _CreateTextPointer(new FixedPosition(fixedp.Node, index), edge); 588FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, true, ref count); 593fixedNodes = new FixedNode[] { fixedp.Node }; 880FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, (scanDir == LogicalDirection.Forward), ref count);