internal void RemoveDirectlyCollapsed(CollapsedLineSection section) 
		{ 
			//TODO: HeightTreeNode.RemoveDirectlyCollapsed()
			throw new NotImplementedException();
		}
示例#2
0
		public void Uncollapse(CollapsedLineSection section) 
		{ 
			//TODO: HeightTree.Uncollapse()
			throw new NotImplementedException();
		}
		public void AddDirectlyCollapsed(CollapsedLineSection section) 
		{ 
			//TODO: HeightTreeLineNode.AddDirectlyCollapsed()
			throw new NotImplementedException();
		}
示例#4
0
		internal void AddCollapsedSection(CollapsedLineSection section, int sectionLength) 
		{ 
			//TODO: HeightTree.AddCollapsedSection()
			throw new NotImplementedException();
		}