3 references to CustomDictionaryFailedToLoadDictionaryUri
PresentationFramework (3)
System\Windows\Documents\NLGSpellerInterop.cs (1)
977throw new ArgumentException(SR.Format(SR.CustomDictionaryFailedToLoadDictionaryUri, lexiconFilePath), e);
System\Windows\Documents\WinRTSpellerInterop.cs (2)
430throw new ArgumentException(SR.Format(SR.CustomDictionaryFailedToLoadDictionaryUri, lexiconFilePath)); 488throw new ArgumentException(SR.Format(SR.CustomDictionaryFailedToLoadDictionaryUri, lexiconFilePath), e);