2 writes to XmlText
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (1)
1346
table.
XmlText
= this;
fx\src\data\System\Data\DataColumnCollection.cs (1)
156
table.
XmlText
= column;
13 references to XmlText
System.Data (13)
fx\src\data\System\Data\DataColumn.cs (2)
1324
if (table.
XmlText
!= null && table.
XmlText
!= this)
fx\src\data\System\Data\DataColumnCollection.cs (2)
145
if (table.
XmlText
!= null && table.
XmlText
!= column)
fx\src\data\System\Data\XMLDiffLoader.cs (2)
337
if (table.
XmlText
!= null) {
338
DataColumn col = table.
XmlText
;
fx\src\data\System\Data\xmlsaver.cs (4)
1591
DataColumn colTxt = table.
XmlText
;
1643
if ((table.
XmlText
== null) && (genNested)) {
2179
object val = (table.
XmlText
== null ? DBNull.Value : row[table.
XmlText
, DataRowVersion.Original]);
fx\src\data\System\Data\XMLSchema.cs (2)
1693
if(FromInference && table.
XmlText
!= null) { // backward compatability for inference
1813
if(this.FromInference && table.
XmlText
!= null) // backward compatability for inference
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
750
return row.Table.
XmlText
;