1 write to LogicalDirection
PresentationFramework (1)
System\Windows\Documents\FixedTextPointer.cs (1)
375this.LogicalDirection = direction;
7 references to LogicalDirection
PresentationFramework (7)
System\Windows\Documents\FixedTextContainer.cs (2)
365fixedTextPointer.FlowPosition.GetFlowNode(fixedTextPointer.LogicalDirection, out flowNode, out flowOffset); 393bool res = FixedTextBuilder.GetFixedPosition(fixedTextPointer.FlowPosition, fixedTextPointer.LogicalDirection, out fixPos);
System\Windows\Documents\FixedTextPointer.cs (2)
576if (!isAtCaretUnitBoundary && this.LogicalDirection == LogicalDirection.Backward) 598return this.LogicalDirection;
System\Windows\Documents\FixedTextView.cs (3)
651(tp.CompareTo(this.Start) == 0 && (tp.LogicalDirection == LogicalDirection.Forward || this.IsContainerStart)) || 652(tp.CompareTo(this.End) == 0 && (tp.LogicalDirection == LogicalDirection.Backward || this.IsContainerEnd)) 1089LogicalDirection textdir = ftp.LogicalDirection;