AgentMulder.ReSharper.Plugin.Navigation.RegisteredComponentsContextSearch.IsAvailable C# (CSharp) Method

IsAvailable() public method

public IsAvailable ( IDataContext dataContext ) : bool
dataContext IDataContext
return bool
        public bool IsAvailable(IDataContext dataContext)
        {
            return IsSelectedElementAssociatedWithRegistration(dataContext);
        }