7 references to AllValues
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
120Debug.Assert((token & AllValues) != 0); 159Invariant.Assert((token & AllValues) != 0, "No token specified."); 340public const XmlToken NegativeAllContents = AllValues ^ XmlToken.Text ^ XmlToken.Ink; 461Invariant.Assert((token & (AllValues | XmlToken.MetaData)) != 0, "No token specified."); 1270UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1323UpdateSNCWithAnnotation(SNCAnnotation.AllValues);
System\Windows\Controls\StickyNote.cs (1)
162UpdateSNCWithAnnotation(SNCAnnotation.AllValues);