1 write to LogicalDirection
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
390
this.
LogicalDirection
= direction;
7 references to LogicalDirection
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (2)
372
fixedTextPointer.FlowPosition.GetFlowNode(fixedTextPointer.
LogicalDirection
, out flowNode, out flowOffset);
400
bool res = FixedTextBuilder.GetFixedPosition(fixedTextPointer.FlowPosition, fixedTextPointer.
LogicalDirection
, out fixPos);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (2)
594
if (!isAtCaretUnitBoundary && this.
LogicalDirection
== LogicalDirection.Backward)
616
return 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))
1101
LogicalDirection textdir = ftp.
LogicalDirection
;