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