14 references to IsTextOnly
System.Data (14)
fx\src\data\System\NewXml\DataPointer.cs (5)
169
MoveTo( node, c, doc.
IsTextOnly
(c) );
189
if (fOnValue && !doc.
IsTextOnly
(column))
221
if (fOnValue && !doc.
IsTextOnly
(column)) {
247
if (fOnValue || doc.
IsTextOnly
(column) || column.ColumnMapping != MappingType.Attribute)
530
if (doc.
IsTextOnly
( column )) {
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
675
if (
IsTextOnly
( col ) )
1304
if (
IsTextOnly
( col ) ) {
fx\src\data\System\NewXml\XPathNodePointer.cs (7)
683
MoveTo( this._node, c, _doc.
IsTextOnly
(c));
726
MoveTo( _node, c, _doc.
IsTextOnly
(c) );
752
MoveTo( parent, c, _doc.
IsTextOnly
(c) );
785
MoveTo( _node, c, _doc.
IsTextOnly
( c ) );
860
MoveTo( _node, c, _doc.
IsTextOnly
(c) );
891
if (_fOnValue && !_doc.
IsTextOnly
(_column)) {
1160
if (_doc.
IsTextOnly
( _column ))