2 writes to YOffset
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
310
snc.
YOffset
= Convert.ToDouble(node.Value, CultureInfo.InvariantCulture);
1506
YOffset
= offsetY;
2 references to YOffset
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
850
sncAnnotation.UpdateAttribute(root, XmlToken.YOffset, snc.
YOffset
.ToString(CultureInfo.InvariantCulture));
1504
if (!DoubleUtil.AreClose(
YOffset
, offsetY))