7 references to AllValues
PresentationFramework (7)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
137
Debug.Assert((token &
AllValues
) != 0);
176
Invariant.Assert((token &
AllValues
) != 0, "No token specified.");
357
public const XmlToken NegativeAllContents =
AllValues
^ XmlToken.Text ^ XmlToken.Ink;
478
Invariant.Assert((token & (
AllValues
| XmlToken.MetaData)) != 0, "No token specified.");
1296
UpdateSNCWithAnnotation(SNCAnnotation.
AllValues
);
1349
UpdateSNCWithAnnotation(SNCAnnotation.
AllValues
);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
200
UpdateSNCWithAnnotation(SNCAnnotation.
AllValues
);