1 write to EndIndex
PresentationFramework (1)
System\Windows\Controls\RealizedColumnsBlock.cs (1)
14
EndIndex
= endIndex;
14 references to EndIndex
PresentationFramework (14)
System\Windows\Controls\DataGridCellsPanel.cs (14)
180
rcb.
EndIndex
,
189
measureWidth += GetColumnEstimatedMeasureWidthSum(rcb.
EndIndex
+ 1, nextRcb.StartIndex - 1, averageColumnWidth);
194
measureWidth += GetColumnEstimatedMeasureWidthSum(blockList[blockList.Count - 1].
EndIndex
+ 1, parentDataGrid.Columns.Count - 1, averageColumnWidth);
485
int startIndexOffset = lastRealizedColumnsBlock.StartIndexOffset + lastRealizedColumnsBlock.
EndIndex
- lastRealizedColumnsBlock.StartIndex + 1;
501
int startIndexOffset = lastRealizedColumnsBlock.StartIndexOffset + lastRealizedColumnsBlock.
EndIndex
- lastRealizedColumnsBlock.StartIndex + 1;
794
else if (index > block.
EndIndex
)
806
index > block.
EndIndex
)
1338
(lastBlock.StartIndexOffset + lastBlock.
EndIndex
- lastBlock.StartIndex) == (lastDisplayIndexBlock.StartIndexOffset + lastDisplayIndexBlock.
EndIndex
- lastDisplayIndexBlock.StartIndex),
1547
columnIndex <= block.
EndIndex
)
1564
int blockElementCount = lastBlock.StartIndexOffset + lastBlock.
EndIndex
- lastBlock.StartIndex + 1;
1598
else if (columnIndex > block.
EndIndex
)
1611
Debug.Assert(columnIndex <= block.
EndIndex
, "Missing children for index in block list");
1649
for (int index=block.StartIndex; index<=block.
EndIndex
; ++index)