1 write to _startIndexForUIFromItem
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
766_startIndexForUIFromItem = index + offset;
2 references to _startIndexForUIFromItem
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
704while (index <= _startIndexForUIFromItem && startBlock != _itemMap) 715startOffset = _startIndexForUIFromItem - index;