1 write to _offset
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
3091
public int Offset { get { return _offset; } set {
_offset
= value; } }
1 reference to _offset
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
3091
public int Offset { get { return
_offset
; } set { _offset = value; } }