GitUI.RevisionGrid.IsFilledBranchesLayout C# (CSharp) Method

IsFilledBranchesLayout() private method

private IsFilledBranchesLayout ( ) : bool
return bool
        private bool IsFilledBranchesLayout()
        {
            return _layout == RevisionGridLayout.FilledBranchesSmall || _layout == RevisionGridLayout.FilledBranchesSmallWithGraph;
        }
RevisionGrid