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)
1059
if (DoubleUtil.GreaterThan(Math.Abs(offsetY), Math.Abs(
_offsetY
)))
1061
double offset =
_offsetY
- offsetY;
1212
return
_offsetY
;