1 write to _startIndexForUIFromItem
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
774_startIndexForUIFromItem = index + offset;
2 references to _startIndexForUIFromItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
712while (index <= _startIndexForUIFromItem && startBlock != _itemMap) 723startOffset = _startIndexForUIFromItem - index;