6 references to GetFrozenPointer
PresentationFramework (6)
System\Windows\Documents\TextPointer.cs (1)
2592
return
GetFrozenPointer
(logicalDirection);
System\Windows\Documents\TextRangeEdit.cs (2)
966
TextPointer start = firstChild.ElementStart.
GetFrozenPointer
(LogicalDirection.Backward);
967
TextPointer end = lastChild.ElementEnd.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\TextRangeEditLists.cs (1)
94
TextPointer positionAfterSecondParagraph = secondParagraphOrBlockUIContainer.ElementEnd.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\TextRangeEditTables.cs (2)
909
insertionPosition = implicitRun.ContentStart.
GetFrozenPointer
(position.LogicalDirection); // return a position with the same orientation inside a Run
924
insertionPosition = implicitRun.ContentStart.
GetFrozenPointer
(position.LogicalDirection); // return a position with the same orientation inside a Run