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