1 write to _isNotationDeclared
System.Private.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
149set { _isNotationDeclared = value; }
1 reference to _isNotationDeclared
System.Private.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
148get { return _isNotationDeclared; }