1 write to _offsetY
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1215
_offsetY
= value;
3 references to _offsetY
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
1058
if (DoubleUtil.GreaterThan(Math.Abs(offsetY), Math.Abs(
_offsetY
)))
1060
double offset =
_offsetY
- offsetY;
1211
return
_offsetY
;