3 references to CreationTime
PresentationFramework (3)
System\Windows\Annotations\Annotation.cs (3)
211
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
CreationTime
, XmlConvert.ToString(_created));
626
case AnnotationXmlConstants.Attributes.
CreationTime
:
680
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
CreationTime
, AnnotationXmlConstants.Elements.Annotation));