15 writes to Offset
PresentationFramework (15)
System\Windows\Controls\ItemContainerGenerator.cs (15)
1517
_cachedState.
Offset
+= newOffset - offset;
1534
_cachedState.
Offset
+= count;
1543
_cachedState.
Offset
+= count;
1550
_cachedState.
Offset
= 0;
1558
_cachedState.
Offset
+= _cachedState.Count;
1650
state.
Offset
= index;
1657
state.
Offset
= 0;
2886
if (++state.
Offset
>= ItemCount)
2889
state.
Offset
= 0;
2899
if (--state.
Offset
< 0)
2902
state.
Offset
= state.Block.ItemCount - 1;
2915
state.
Offset
+= count;
2921
state.
Offset
= 0;
2937
state.
Offset
-= count;
2943
state.
Offset
= state.Block.ItemCount - 1;
12 references to Offset
PresentationFramework (12)
System\Windows\Controls\ItemContainerGenerator.cs (12)
1424
_factory.Realize(uBlock, _cachedState.
Offset
, item, container);
1427
_factory.SetAlternationIndex(_cachedState.Block, _cachedState.
Offset
, _direction);
1435
container = rib.ContainerAt(_cachedState.
Offset
);
1513
if (block == _cachedState.Block && offset <= _cachedState.
Offset
&&
1514
_cachedState.
Offset
< offset + count)
1532
else if (offset < _cachedState.Count + _cachedState.
Offset
)
1538
else if (offset == _cachedState.Count + _cachedState.
Offset
)
1546
else if (_cachedState.
Offset
== _cachedState.Block.ItemCount)
2913
if (count < ItemCount - state.
Offset
)
2919
count = ItemCount - state.
Offset
;
2935
if (count <= state.
Offset
)
2941
count = state.
Offset
+ 1;