1 write to LogicalDirection
PresentationFramework (1)
System\Windows\Documents\FixedTextPointer.cs (1)
370
this.
LogicalDirection
= direction;
7 references to LogicalDirection
PresentationFramework (7)
System\Windows\Documents\FixedTextContainer.cs (2)
356
fixedTextPointer.FlowPosition.GetFlowNode(fixedTextPointer.
LogicalDirection
, out flowNode, out flowOffset);
384
bool res = FixedTextBuilder.GetFixedPosition(fixedTextPointer.FlowPosition, fixedTextPointer.
LogicalDirection
, out fixPos);
System\Windows\Documents\FixedTextPointer.cs (2)
571
if (!isAtCaretUnitBoundary && this.
LogicalDirection
== LogicalDirection.Backward)
593
return this.
LogicalDirection
;
System\Windows\Documents\FixedTextView.cs (3)
643
(tp.CompareTo(this.Start) == 0 && (tp.
LogicalDirection
== LogicalDirection.Forward || this.IsContainerStart)) ||
644
(tp.CompareTo(this.End) == 0 && (tp.
LogicalDirection
== LogicalDirection.Backward || this.IsContainerEnd))
1081
LogicalDirection textdir = ftp.
LogicalDirection
;