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