Exemplo n.º 1
0
        public override bool Matches(SIL.FieldWorks.Common.COMInterfaces.ITsString arg)
        {
            var dict = SpellingHelper.GetSpellChecker(m_ws, WritingSystemFactory);

            return(new SpellCheckMethod(arg, dict, m_ws, WritingSystemFactory.get_CharPropEngine(m_ws)).Run());
        }
Exemplo n.º 2
0
 public bool Matches(SIL.FieldWorks.Common.COMInterfaces.ITsString arg)
 {
     return(Accept(arg));
 }