3 writes to autoFoliationState
System.Data (3)
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
176set { this.autoFoliationState = value; } 1083autoFoliationState = ElementState.StrongFoliation; 2342autoFoliationState = ElementState.StrongFoliation;
1 reference to autoFoliationState
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
175get { return this.autoFoliationState; }