11 references to ProcessIdentityConstraints
PresentationFramework (3)
System\Windows\Documents\FixedSchema.cs (3)
271
xmlReaderSettings.ValidationFlags = System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
| System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings;
356
_xmlReaderSettings.ValidationFlags = System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
| System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings;
758
_xmlReaderSettings.ValidationFlags = System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
| System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings;
System.Private.Xml (6)
System\Xml\Core\XmlReaderSettings.cs (3)
265
| XmlSchemaValidationFlags.
ProcessIdentityConstraints
423
_validationFlags = XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
505
return new XmlValidatingReaderImpl(baseReader, GetEventHandler(), (ValidationFlags & XmlSchemaValidationFlags.
ProcessIdentityConstraints
) != 0);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
278
settings.ValidationFlags &= ~XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
95
validationFlags |= XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
2051
return (_validationFlags & XmlSchemaValidationFlags.
ProcessIdentityConstraints
) != 0;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
51
validationFlags |= XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
284
readerSettings.ValidationFlags = XmlSchemaValidationFlags.
ProcessIdentityConstraints
;