Skip to main content

SpellingSettings Members

Specifies spelling settings for a framework element.

Constructors

Name Description
SpellingSettings() Initializes a new instance of the SpellingSettings class with the default settings.

Fields

Name Description
CheckAsYouTypeProperty static Identifies the SpellingSettings.CheckAsYouType attached property.
CultureProperty static Identifies the SpellingSettings.Culture attached property.
DictionarySourceCollectionProperty static Identifies the SpellingSettings.DictionarySourceCollection dependency property.
IgnoreEmailsProperty static Identifies the SpellingSettings.IgnoreEmails attached property.
IgnoreMixedCaseWordsProperty static Identifies the SpellingSettings.IgnoreMixedCaseWords attached property.
IgnoreRepeatedWordsProperty static Identifies the SpellingSettings.IgnoreRepeatedWords attached property.
IgnoreUpperCaseWordsProperty static Identifies the SpellingSettings.IgnoreUpperCaseWords attached property.
IgnoreUriProperty static Identifies the SpellingSettings.IgnoreUri attached property.
IgnoreUrlsProperty static Obsolete. Identifies the SpellingSettings.IgnoreUrls attached property.
IgnoreWordsWithNumbersProperty static Identifies the SpellingSettings.IgnoreWordsWithNumbers dependency property.
ShowSpellCheckMenuProperty static Identifies the SpellingSettings.ShowSpellCheckMenu attached property.
SpellCheckerProperty static Identifies the SpellingSettings.SpellChecker attached property.
UnderlineColorProperty static Identifies the SpellingSettings.UnderlineColor attached property.
UnderlineStyleProperty static Identifies the SpellingSettings.UnderlineStyle attached property.

Methods

Name Description
GetCheckAsYouType(DependencyObject) static Gets the value of the SpellingSettings.CheckAsYouType attached property for a specified dependency object.
GetCulture(DependencyObject) static Gets the value of the SpellingSettings.Culture attached property for a specified dependency object.
GetDictionarySourceCollection(DependencyObject) static Gets the value of the SpellingSettings.DictionarySourceCollection attached property for a specified element.
GetIgnoreEmails(DependencyObject) static Gets the value of the SpellingSettings.IgnoreEmails attached property for a specified dependency object.
GetIgnoreMixedCaseWords(DependencyObject) static Gets the value of the SpellingSettings.IgnoreMixedCaseWords attached property for a specified dependency object.
GetIgnoreRepeatedWords(DependencyObject) static Gets the value of the SpellingSettings.IgnoreRepeatedWords attached property for a specified dependency object.
GetIgnoreUpperCaseWords(DependencyObject) static Gets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specified dependency object.
GetIgnoreUri(DependencyObject) static Gets the value of the SpellingSettings.IgnoreUri attached property for a specified dependency object.
GetIgnoreUrls(DependencyObject) static Obsolete. Gets the value of the SpellingSettings.IgnoreUrls attached property for a specified dependency object.
GetIgnoreWordsWithNumbers(DependencyObject) static Gets the value of the SpellingSettings.IgnoreWordsWithNumbers attached property for a specified dependency object.
GetShowSpellCheckMenu(DependencyObject) static Gets the value of the SpellingSettings.ShowSpellCheckMenu attached property for a specified dependency object.
GetSpellChecker(DependencyObject) static Gets the value of the SpellingSettings.SpellChecker attached property for a specified dependency object.
GetUnderlineColor(DependencyObject) static Gets the value of the SpellingSettings.UnderlineColor attached property for a specified dependency object.
GetUnderlineStyle(DependencyObject) static Gets the value of the SpellingSettings.UnderlineStyle attached property for a specified dependency object.
RegisterTextControl(Type) static Enables spell checking for the descendants of the standard controls (TextBox, RichTextBox) and TextEdit.
SetCheckAsYouType(DependencyObject, Boolean) static Sets the value of the SpellingSettings.CheckAsYouType attached property for a specific object.
SetCulture(DependencyObject, CultureInfo) static Sets the value of the SpellingSettings.Culture attached property for a specific object.
SetDictionarySourceCollection(DependencyObject, DictionarySourceCollection) static Sets the value of the SpellingSettings.DictionarySourceCollection attached property to a specified element.
SetIgnoreEmails(DependencyObject, DefaultBoolean) static Sets the value of the SpellingSettings.IgnoreEmails attached property for a specific object.
SetIgnoreMixedCaseWords(DependencyObject, DefaultBoolean) static Sets the value of the SpellingSettings.IgnoreMixedCaseWords attached property for a specific object.
SetIgnoreRepeatedWords(DependencyObject, DefaultBoolean) static Sets the value of the SpellingSettings.IgnoreRepeatedWords attached property for a specific object.
SetIgnoreUpperCaseWords(DependencyObject, DefaultBoolean) static Sets the value of the SpellingSettings.IgnoreUpperCaseWords attached property for a specific object.
SetIgnoreUri(DependencyObject, DefaultBoolean) static Sets the value of the SpellingSettings.IgnoreUri attached property for a specific object.
SetIgnoreUrls(DependencyObject, DefaultBoolean) static Obsolete. Sets the value of the SpellingSettings.IgnoreUrls attached property for a specific object.
SetIgnoreWordsWithNumbers(DependencyObject, DefaultBoolean) static Sets the value of the SpellingSettings.IgnoreWordsWithNumbers attached property for a specific object.
SetShowSpellCheckMenu(DependencyObject, Boolean) static Sets the value of the SpellingSettings.ShowSpellCheckMenu attached property for a specific object.
SetSpellChecker(DependencyObject, SpellChecker) static Sets the value of the SpellingSettings.SpellChecker attached property for a specific object.
SetUnderlineColor(DependencyObject, Color) static Sets the value of the SpellingSettings.UnderlineColor attached property for a specific object.
SetUnderlineStyle(DependencyObject, UnderlineStyle) static Sets the value of the SpellingSettings.UnderlineStyle attached property for a specific object.
UnregisterTextControl(Type) static Excludes controls of the specified type from the list of controls for which spell checking is enabled.

Attached Properties

Name Description
CheckAsYouType static Specifies the check-as-you-type operation mode. This is a dependency property.
Culture static Gets or sets the culture-specific settings of the spell checker. This is a dependency property. This is an attached property.
DictionarySourceCollection static Specifies a collection of source dictionaries that are used to check spelling in a document. This is a dependency property. This is an attached property.
IgnoreEmails static Gets or sets whether e-mail addresses should be excluded from the check. This is a dependency property.
IgnoreMixedCaseWords static 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 static Gets or sets whether the spell checker ignores repeated words. This is a dependency property.
IgnoreUpperCaseWords static Gets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property.
IgnoreUri static Identifies the SpellingSettings.IgnoreUri attached property.
IgnoreUrls static Gets or sets whether the spell checker ignores the URLs in text. This is a dependency property.
IgnoreWordsWithNumbers static Gets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.
ShowSpellCheckMenu static Specifies whether context menu items specific for the spell checker are shown. This is a dependency property.
SpellChecker static Specifies the SpellChecker instance to which the settings are applied. This is a dependency property.
UnderlineColor static Gets or sets the color used to underline the misspelled word. This is a dependency property.
UnderlineStyle static Gets or sets the underline style for misspelled words. This is a dependency property.
See Also