6 references to GetFrozenPointer
PresentationFramework (6)
System\Windows\Documents\TextPointer.cs (1)
2598return GetFrozenPointer(logicalDirection);
System\Windows\Documents\TextRangeEdit.cs (2)
969TextPointer start = firstChild.ElementStart.GetFrozenPointer(LogicalDirection.Backward); 970TextPointer end = lastChild.ElementEnd.GetFrozenPointer(LogicalDirection.Forward);
System\Windows\Documents\TextRangeEditLists.cs (1)
97TextPointer positionAfterSecondParagraph = secondParagraphOrBlockUIContainer.ElementEnd.GetFrozenPointer(LogicalDirection.Forward);
System\Windows\Documents\TextRangeEditTables.cs (2)
908insertionPosition = implicitRun.ContentStart.GetFrozenPointer(position.LogicalDirection); // return a position with the same orientation inside a Run 923insertionPosition = implicitRun.ContentStart.GetFrozenPointer(position.LogicalDirection); // return a position with the same orientation inside a Run