5 references to StrongFoliation
System.Data (5)
fx\src\data\System\NewXml\XmlDataDocument.cs (4)
531
Debug.Assert( newState == ElementState.WeakFoliation || newState == ElementState.
StrongFoliation
);
556
else if ( node.ElementState == ElementState.WeakFoliation && newState == ElementState.
StrongFoliation
) {
1083
autoFoliationState = ElementState.
StrongFoliation
;
2342
autoFoliationState = ElementState.
StrongFoliation
;
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
1117
this._doc.Foliate( rowElem, ElementState.
StrongFoliation
);