1 write to EndIndex
PresentationFramework (1)
System\Windows\Controls\RealizedColumnsBlock.cs (1)
15EndIndex = endIndex;
14 references to EndIndex
PresentationFramework (14)
System\Windows\Controls\DataGridCellsPanel.cs (14)
182rcb.EndIndex, 191measureWidth += GetColumnEstimatedMeasureWidthSum(rcb.EndIndex + 1, nextRcb.StartIndex - 1, averageColumnWidth); 196measureWidth += GetColumnEstimatedMeasureWidthSum(blockList[blockList.Count - 1].EndIndex + 1, parentDataGrid.Columns.Count - 1, averageColumnWidth); 487int startIndexOffset = lastRealizedColumnsBlock.StartIndexOffset + lastRealizedColumnsBlock.EndIndex - lastRealizedColumnsBlock.StartIndex + 1; 503int startIndexOffset = lastRealizedColumnsBlock.StartIndexOffset + lastRealizedColumnsBlock.EndIndex - lastRealizedColumnsBlock.StartIndex + 1; 796else if (index > block.EndIndex) 808index > block.EndIndex) 1346(lastBlock.StartIndexOffset + lastBlock.EndIndex - lastBlock.StartIndex) == (lastDisplayIndexBlock.StartIndexOffset + lastDisplayIndexBlock.EndIndex - lastDisplayIndexBlock.StartIndex), 1553columnIndex <= block.EndIndex) 1570int blockElementCount = lastBlock.StartIndexOffset + lastBlock.EndIndex - lastBlock.StartIndex + 1; 1604else if (columnIndex > block.EndIndex) 1617Debug.Assert(columnIndex <= block.EndIndex, "Missing children for index in block list"); 1655for (int index=block.StartIndex; index<=block.EndIndex; ++index)