SIL.FieldWorks.Common.Framework.DetailControls.SemanticDomainSelectionUtility.DomainNode.CountUsages C# (CSharp) Méthode

CountUsages() protected méthode

protected CountUsages ( ) : int
Résultat int
			protected override int CountUsages()
			{
				return SenseReferenceCount(Label.Object as ICmSemanticDomain);
			}
SemanticDomainSelectionUtility.DomainNode