SIL.FieldWorks.IText.InterlinDocForAnalysis.MakeSandboxSel C# (CSharp) Method

MakeSandboxSel() private method

Return the selection that corresponds to the SandBox position.
private MakeSandboxSel ( ) : IVwSelection
return IVwSelection
		internal IVwSelection MakeSandboxSel()
		{
			if (m_hvoRoot == 0 || SelectedOccurrence == null)
				return null;
			return SelectOccurrenceInIText(SelectedOccurrence);
		}
InterlinDocForAnalysis