7 references to RealizedColumnsBlock
PresentationFramework (7)
System\Windows\Controls\DataGridCellsPanel.cs (7)
469resultList.Add(new RealizedColumnsBlock(indexList[0], indexList[0], 0)); 480resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i - 1], 0)); 486resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i - 1], startIndexOffset)); 496resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i], 0)); 502resultList.Add(new RealizedColumnsBlock(startIndex, indexList[i], startIndexOffset)); 1042RealizedColumnsBlock block = (blockCount > 0 ? blockList[blockIndex] : new RealizedColumnsBlock(-1, -1, -1)); 1553return new RealizedColumnsBlock(-1, -1, -1);