SIL.FieldWorks.Discourse.RibbonVc.AddWordBundleInternal C# (CSharp) Method

AddWordBundleInternal() protected method

In this case, the 'hvo' is a dummy for the cached AnalysisOccurrence.
protected AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void
hvo int
vwenv IVwEnv
return void
		protected override void AddWordBundleInternal(int hvo, IVwEnv vwenv)
		{
			SetupAndOpenInnerPile(vwenv);
			var frag = (m_ribbon.Decorator as InterlinRibbonDecorator).OccurrenceFromHvo(hvo)
				as LocatedAnalysisOccurrence;
			DisplayAnalysisAndCloseInnerPile(vwenv, frag, false);
		}