6 references to GetFrozenPointer
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2624
return
GetFrozenPointer
(logicalDirection);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
971
TextPointer start = firstChild.ElementStart.
GetFrozenPointer
(LogicalDirection.Backward);
972
TextPointer end = lastChild.ElementEnd.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
99
TextPointer positionAfterSecondParagraph = secondParagraphOrBlockUIContainer.ElementEnd.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
911
insertionPosition = implicitRun.ContentStart.
GetFrozenPointer
(position.LogicalDirection); // return a position with the same orientation inside a Run
926
insertionPosition = implicitRun.ContentStart.
GetFrozenPointer
(position.LogicalDirection); // return a position with the same orientation inside a Run