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