Skip to main content

SpellCheckerBase<T> Members

Serves as a base class to the DXSpellChecker and RichEditSpellChecker behaviors.

Constructors

Name Description
SpellCheckerBase() Initializes a new instance of the SpellCheckerBase<T> class with the default settings.

Fields

Name Description
CheckAsYouTypeProperty static Identifies the SpellCheckerBase<T>.CheckAsYouTypeProperty dependency property.
CultureProperty static Identifies the SpellCheckerBase<T>.CultureProperty dependency property.
IgnoreEmailsProperty static Identifies the SpellCheckerBase<T>.IgnoreEmailsProperty dependency property.
IgnoreMixedCaseWordsProperty static Identifies the SpellCheckerBase<T>.IgnoreMixedCaseWordsProperty dependency property.
IgnoreRepeatedWordsProperty static Identifies the SpellCheckerBase<T>.IgnoreRepeatedWordsProperty dependency property.
IgnoreUpperCaseWordsProperty static Identifies the SpellCheckerBase<T>.IgnoreUpperCaseWordsProperty dependency property.
IgnoreUriProperty static Identifies the SpellCheckerBase<T>.IgnoreUriProperty dependency property.
IgnoreWordsWithNumbersProperty static Identifies the SpellCheckerBase<T>.IgnoreWordsWithNumbersProperty dependency property.
SpellingFormTypeProperty static Identifies the SpellCheckerBase<T>.SpellingFormTypeProperty dependency property.

Properties

Name Description
CheckAsYouType Gets or sets whether to enable the “check-as-you-type” mode. This is a dependency property.
Culture Gets or sets the spell checker’s culture-specific settings. This is a dependency property.
Dictionaries Provides access to the spell checker dictionaries collection. This is a dependency property.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IgnoreEmails Gets or sets whether e-mail addresses should be excluded from the check. This is a dependency property.
IgnoreMixedCaseWords Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. This is a dependency property.
IgnoreRepeatedWords Gets or sets whether the spell checker ignores repeated words. This is a dependency property.
IgnoreUpperCaseWords Gets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property.
IgnoreUri Gets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI). This is a dependency property.
IgnoreWordsWithNumbers Gets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.
SpellingFormType Gets or sets type of the form to be shown when a probable misspelled word is found. This is a dependency property.

Methods

Name Description
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. Inherited from Animatable.
ApplyAnimationClock(DependencyProperty, AnimationClock) Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable.
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. Inherited from Animatable.
BeginAnimation(DependencyProperty, AnimationTimeline) Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable.
Clone() Creates a modifiable clone of this Animatable, making deep copies of this object’s values. When copying this object’s dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. Inherited from Animatable.
GetAnimationBaseValue(DependencyProperty) Returns the non-animated value of the specified DependencyProperty. Inherited from Animatable.
ShouldSerializeStoredWeakReference(DependencyObject) static Specifies whether a dependency object should be serialized. Inherited from Animatable.
See Also