3 references to CreationTime
PresentationFramework (3)
src\Framework\System\Windows\Annotations\Annotation.cs (3)
233
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
CreationTime
, XmlConvert.ToString(_created));
651
case AnnotationXmlConstants.Attributes.
CreationTime
:
705
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
CreationTime
, AnnotationXmlConstants.Elements.Annotation));