1 write to _effectiveOffsets
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
13027s._effectiveOffsets = data.EffectiveOffsets;
3 references to _effectiveOffsets
PresentationFramework (3)
System\Windows\Controls\VirtualizingStackPanel.cs (3)
12935if (_effectiveOffsets != null) 12937writer.Write(_effectiveOffsets.Count); 12938foreach (double offset in _effectiveOffsets)