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