1 instantiation of CustomDictionarySources
PresentationFramework (1)
System\Windows\Controls\SpellCheck.cs (1)
248
return new
CustomDictionarySources
(owner as TextBoxBase);
3 references to CustomDictionarySources
PresentationFramework (3)
System\Windows\Documents\Speller.cs (1)
273
internal void SetCustomDictionaries(
CustomDictionarySources
dictionaryLocations, bool add)
System\windows\Documents\TextEditor.cs (2)
289
CustomDictionarySources
dictionarySources = (
CustomDictionarySources
)SpellCheck.GetCustomDictionaries(textBoxBase);