7 references to RealizedColumnsBlock
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (7)
477resultList.Add(new RealizedColumnsBlock(indexList[0], indexList[0], 0)); 488resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i - 1], 0)); 494resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i - 1], startIndexOffset)); 504resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i], 0)); 510resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i], startIndexOffset)); 1050RealizedColumnsBlock block = (blockCount > 0 ? blockList[blockIndex] : new RealizedColumnsBlock(-1, -1, -1)); 1565return new RealizedColumnsBlock(-1, -1, -1);