3 writes to _offset
PresentationFramework (3)
src\Framework\System\Windows\Controls\Stack.cs (3)
285_scrollData._offset = newOffset; 1115_offset = new Vector(); 1140_offset = value;
6 references to _offset
PresentationFramework (6)
src\Framework\System\Windows\Controls\Stack.cs (6)
216if (!DoubleUtil.AreClose(scrollX, _scrollData._offset.X)) 218_scrollData._offset.X = scrollX; 230if (!DoubleUtil.AreClose(scrollY, _scrollData._offset.Y)) 232_scrollData._offset.Y = scrollY; 283if (!DoubleUtil.AreClose(newOffset, _scrollData._offset)) 1136return _offset;