2 writes to serializedXmlString
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ComponentSerializationService.cs (2)
151
this.
serializedXmlString
= (String)info.GetValue(SerializedXmlString, typeof(String));
348
this.
serializedXmlString
= stringWriter.ToString();
6 references to serializedXmlString
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ComponentSerializationService.cs (6)
165
if (this.
serializedXmlString
!= null)
181
if (this.
serializedXmlString
!= null)
196
XmlTextReader reader = new XmlTextReader(this.
serializedXmlString
, XmlNodeType.Element, null) { DtdProcessing = DtdProcessing.Prohibit };
237
StringReader stringReader = new StringReader(this.
serializedXmlString
);
275
info.AddValue(SerializedXmlString, this.
serializedXmlString
);
292
if (this.
serializedXmlString
!= null)