7 references to Value
System.Data (7)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
310w.WriteString(dp.Value);
fx\src\data\System\NewXml\XmlDataDocument.cs (6)
969return this.CreateTextNode( dp.Value ); 971return this.CreateCDataSection( dp.Value ); 973return this.CreateProcessingInstruction( dp.Name, dp.Value ); 975return this.CreateComment( dp.Value ); 977return this.CreateWhitespace( dp.Value ); 979return this.CreateSignificantWhitespace( dp.Value );