1 write to _offsetY
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1216_offsetY = value;
3 references to _offsetY
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
1059if (DoubleUtil.GreaterThan(Math.Abs(offsetY), Math.Abs(_offsetY))) 1061double offset = _offsetY - offsetY; 1212return _offsetY;