/// <summary>
 /// <see cref="ITextPointer.GetValue"/>
 /// </summary>
 /// <remarks>return property values even if there is no scoping element</remarks>
 object ITextPointer.GetValue(DependencyProperty property)
 {
     return(DocumentSequenceTextPointer.GetValue(this, property));
 }