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