11 references to FindData
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (11)
209node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Height); 224node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Width); 239node = (XmlAttribute)sncAnnotation.FindData(XmlToken.IsExpanded); 254node = (XmlAttribute)sncAnnotation.FindData(XmlToken.ZOrder); 267node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Left); 287node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Top); 298node = (XmlAttribute)sncAnnotation.FindData(XmlToken.XOffset); 307node = (XmlAttribute)sncAnnotation.FindData(XmlToken.YOffset); 371return FindData(XmlToken.Ink) != null; 382return FindData(XmlToken.Text) != null; 769XmlElement node = (XmlElement)FindData(token);