Home
last modified time | relevance | path

Searched refs:ForceFoliation (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/NewXml/
H A DXmlDataDocument.cs554 ForceFoliation( node, newState ); in Foliate()
586 ForceFoliation( rowElem, foliation); in EnsureFoliation()
589 private void ForceFoliation( XmlBoundElement node, ElementState newState ) { in ForceFoliation() method in System.Xml.XmlDataDocument
1250 ForceFoliation( rowElement, AutoFoliationState ); in OnAddRow()
1274 ForceFoliation( rowElement, ElementState.WeakFoliation); in OnColumnValueChanged()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Xml/
H A DXmlDataDocument.cs603 ForceFoliation(node, newState); in Foliate()
642 ForceFoliation(rowElem, foliation); in EnsureFoliation()
645 private void ForceFoliation(XmlBoundElement node, ElementState newState) in ForceFoliation() method in System.Xml.XmlDataDocument
1377 ForceFoliation(rowElement, AutoFoliationState); in OnAddRow()
1405 ForceFoliation(rowElement, ElementState.WeakFoliation); in OnColumnValueChanged()