7 references to AllValues
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
121Debug.Assert((token & AllValues) != 0); 160Invariant.Assert((token & AllValues) != 0, "No token specified."); 341public const XmlToken NegativeAllContents = AllValues ^ XmlToken.Text ^ XmlToken.Ink; 462Invariant.Assert((token & (AllValues | XmlToken.MetaData)) != 0, "No token specified."); 1271UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1324UpdateSNCWithAnnotation(SNCAnnotation.AllValues);
System\Windows\Controls\StickyNote.cs (1)
163UpdateSNCWithAnnotation(SNCAnnotation.AllValues);