11 references to FindData
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (11)
219node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Height); 234node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Width); 249node = (XmlAttribute)sncAnnotation.FindData(XmlToken.IsExpanded); 264node = (XmlAttribute)sncAnnotation.FindData(XmlToken.ZOrder); 277node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Left); 297node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Top); 308node = (XmlAttribute)sncAnnotation.FindData(XmlToken.XOffset); 317node = (XmlAttribute)sncAnnotation.FindData(XmlToken.YOffset); 381return FindData(XmlToken.Ink) != null; 392return FindData(XmlToken.Text) != null; 779XmlElement node = (XmlElement)FindData(token);