FormattedText.AsTextRange
Description:
Returns a object that represents the entire text.
Returns a object that represents the entire text.
Remarks:
This range includes a carriage return character ('\r') that is always present. As a result the range can never be an empty range.
This range includes a carriage return character ('\r') that is always present. As a result the range can never be an empty range.
public TextRange AsTextRange()
TextRange
The TextRange object that represents the entire text.