1 write to LogicalDirection
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
390this.LogicalDirection = direction;
7 references to LogicalDirection
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (2)
372fixedTextPointer.FlowPosition.GetFlowNode(fixedTextPointer.LogicalDirection, out flowNode, out flowOffset); 400bool res = FixedTextBuilder.GetFixedPosition(fixedTextPointer.FlowPosition, fixedTextPointer.LogicalDirection, out fixPos);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (2)
594if (!isAtCaretUnitBoundary && this.LogicalDirection == LogicalDirection.Backward) 616return this.LogicalDirection;
src\Framework\System\Windows\Documents\FixedTextView.cs (3)
660(tp.CompareTo(this.Start) == 0 && (tp.LogicalDirection == LogicalDirection.Forward || this.IsContainerStart)) || 661(tp.CompareTo(this.End) == 0 && (tp.LogicalDirection == LogicalDirection.Backward || this.IsContainerEnd)) 1101LogicalDirection textdir = ftp.LogicalDirection;