SIL.FieldWorks.FdoUi.WfiWordformUi.OnFindInDictionary C# (CSharp) Method

OnFindInDictionary() protected method

This method implements the FindInDictionary menu item. It is called using reflection by xCore, not directly.
protected OnFindInDictionary ( object args ) : bool
args object
return bool
		protected bool OnFindInDictionary(object args)
		{
			LexEntryUi.DisplayEntries(m_cache, Form.ActiveForm, m_mediator, null, null,
				((IWfiWordform) Object).Form.get_String(m_cache.ServiceLocator.WritingSystems.DefaultVernacularWritingSystem.Handle), null);
			return true;
		}