|
Clone()
|
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
FindText(String, TextSearchOptions)
|
Finds all occurrences of the specified text in the text area with given search options.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
ModifyTextProperties(TextRange, TextProperties)
|
Creates a text run that matches to the given text range and applies the specified text properties to it. Properties to apply should not be null.
|
|
ModifyTextProperties(IList<TextRange>, TextProperties)
|
Applies text properties to the specified text ranges. Properties to apply should not be null.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
RemoveText(TextRange)
|
Removes the specified text range from the text area.
|
|
RemoveText(IList<TextRange>)
|
Removes the specified text ranges from the text area.
|
|
ReplaceText(TextRange, String)
|
Replaces the specified text range with new text.
|
|
ReplaceText(IList<TextRange>, String)
|
Replaces the specified text ranges with new text.
|
|
ReplaceText(String, String, TextSearchOptions)
|
Replaces all occurrences of the specified text with new text. You can also specify search options.
|
|
ToString()
|
Returns a string that represents the current object.
|