1 write to _offsetX
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1200
_offsetX
= value;
3 references to _offsetX
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
1046
if (DoubleUtil.GreaterThan(Math.Abs(offsetX), Math.Abs(
_offsetX
)))
1049
double offset =
_offsetX
- offsetX;
1196
return
_offsetX
;