Searched refs:isInPinnedSection (Results 1 – 2 of 2) sorted by relevance
103 @Input() isInPinnedSection = false;126 if (!this.isInPinnedSection && this.isSelected) {130 if (!this.isInPinnedSection && this.isSelected && !this.isNodeInView()) {177 return !this.isLeaf && !this.flattened && !this.isInPinnedSection;
125 component.isInPinnedSection = true;131 component.isInPinnedSection = false;259 isInPinnedSection = false; property in TestHostComponent