1 write to _offsetX
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1201
_offsetX
= value;
3 references to _offsetX
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
1047
if (DoubleUtil.GreaterThan(Math.Abs(offsetX), Math.Abs(
_offsetX
)))
1050
double offset =
_offsetX
- offsetX;
1197
return
_offsetX
;