11 references to FindData
PresentationFramework (11)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (11)
208node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Height); 223node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Width); 238node = (XmlAttribute)sncAnnotation.FindData(XmlToken.IsExpanded); 253node = (XmlAttribute)sncAnnotation.FindData(XmlToken.ZOrder); 266node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Left); 286node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Top); 297node = (XmlAttribute)sncAnnotation.FindData(XmlToken.XOffset); 306node = (XmlAttribute)sncAnnotation.FindData(XmlToken.YOffset); 370return FindData(XmlToken.Ink) != null; 381return FindData(XmlToken.Text) != null; 768XmlElement node = (XmlElement)FindData(token);