SIL.FieldWorks.SharpViews.Hookups.GroupHookup.ChildContaining C# (CSharp) Method

ChildContaining() private method

Return the one of your direct children which contains the given IP (or null if none does).
private ChildContaining ( InsertionPoint ip ) : Hookup
ip SIL.FieldWorks.SharpViews.Selections.InsertionPoint
return Hookup
		internal Hookup ChildContaining(InsertionPoint ip)
		{
			return ChildContaining(ip.Hookup);
		}

Same methods

GroupHookup::ChildContaining ( Hookup child ) : Hookup