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