2 writes to isUpaEnforced
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
66set { isUpaEnforced = value; } 77isUpaEnforced = false;
1 reference to isUpaEnforced
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
65get { return isUpaEnforced; }