Exemplo n.º 1
0
 /// <summary>
 /// <see cref="ITextPointer.ReadLocalValue"/>
 /// </summary>
 /// <remarks>Throws InvalidOperationException if there is no scoping element</remarks>
 object ITextPointer.ReadLocalValue(DependencyProperty property)
 {
     return(DocumentSequenceTextPointer.ReadLocalValue(this, property));
 }