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