7 references to AllValues
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
131
Debug.Assert((token &
AllValues
) != 0);
170
Invariant.Assert((token &
AllValues
) != 0, "No token specified.");
351
public const XmlToken NegativeAllContents =
AllValues
^ XmlToken.Text ^ XmlToken.Ink;
472
Invariant.Assert((token & (
AllValues
| XmlToken.MetaData)) != 0, "No token specified.");
1281
UpdateSNCWithAnnotation(SNCAnnotation.
AllValues
);
1334
UpdateSNCWithAnnotation(SNCAnnotation.
AllValues
);
System\Windows\Controls\StickyNote.cs (1)
190
UpdateSNCWithAnnotation(SNCAnnotation.
AllValues
);