8 references to Node
PresentationFramework (8)
System\Windows\Documents\FixedTextBuilder.cs (1)
344FixedSOMElement element = _fixedFlowMap.MappingGetFixedSOMElement(fixedPosition.Node, fixedPosition.Offset);
System\Windows\Documents\FixedTextView.cs (7)
195DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 438DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 508DependencyObject element = this.FixedPage.GetElement(fixedp.Node); 531return _CreateTextPointer(new FixedPosition(fixedp.Node, index), edge); 587FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, true, ref count); 592fixedNodes = new FixedNode[] { fixedp.Node }; 879FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, (scanDir == LogicalDirection.Forward), ref count);