11 references to Width
PresentationFramework (11)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (10)
238
if ((token & XmlToken.
Width
) != 0)
240
node = (XmlAttribute)sncAnnotation.FindData(XmlToken.
Width
);
347
public const XmlToken AllValues = XmlToken.Left | XmlToken.Top | XmlToken.XOffset | XmlToken.YOffset | XmlToken.
Width
| XmlToken.Height
354
public const XmlToken Sizes = XmlToken.Left | XmlToken.Top | XmlToken.XOffset | XmlToken.YOffset | XmlToken.
Width
| XmlToken.Height;
575
case XmlToken.
Width
:
603
case XmlToken.
Width
:
654
case XmlToken.
Width
:
708
case XmlToken.
Width
:
828
if ((token & XmlToken.
Width
) != 0)
832
sncAnnotation.UpdateAttribute(root, XmlToken.
Width
, width.ToString(CultureInfo.InvariantCulture));
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1094
UpdateAnnotationWithSNC(XmlToken.XOffset | XmlToken.YOffset | XmlToken.
Width
| XmlToken.Height | XmlToken.Left | XmlToken.Top);