SIL.FieldWorks.Common.Controls.PartOwnershipTree.GetGhostParentHelper C# (CSharp) Method

GetGhostParentHelper() private method

private GetGhostParentHelper ( int flidToTry ) : GhostParentHelper
flidToTry int
return GhostParentHelper
		private GhostParentHelper GetGhostParentHelper(int flidToTry)
		{
			return GhostParentHelper.CreateIfPossible(Cache.ServiceLocator, flidToTry);
		}