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