48 references to ElementProperties
System.Xml (48)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (24)
59
protected
ElementProperties
currentElementProperties;
157
currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString( localName );
165
currentElementProperties =
ElementProperties
.HAS_NS;
177
if ( ( currentElementProperties &
ElementProperties
.HEAD ) != 0 ) {
192
if ( ( currentElementProperties &
ElementProperties
.EMPTY ) == 0 ) {
204
currentElementProperties = (
ElementProperties
)elementScope.Pop();
213
if ( ( currentElementProperties &
ElementProperties
.EMPTY ) == 0 ) {
225
currentElementProperties = (
ElementProperties
)elementScope.Pop();
337
if ( ( currentElementProperties & (
ElementProperties
.BOOL_PARENT |
ElementProperties
.URI_PARENT |
ElementProperties
.NAME_PARENT ) ) != 0 ) {
452
Debug.Assert( (int)
ElementProperties
.URI_PARENT == (int)AttributeProperties.URI );
453
Debug.Assert( (int)
ElementProperties
.BOOL_PARENT == (int)AttributeProperties.BOOLEAN );
454
Debug.Assert( (int)
ElementProperties
.NAME_PARENT == (int)AttributeProperties.NAME );
464
currentElementProperties =
ElementProperties
.DEFAULT;
494
if ( ( currentElementProperties &
ElementProperties
.NO_ENTITIES ) != 0 ) {
516
else if ( ( currentElementProperties &
ElementProperties
.HAS_NS ) != 0 ) {
810
base.currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString( localName );
812
if ( endBlockPos == base.bufPos && ( base.currentElementProperties &
ElementProperties
.BLOCK_WS ) != 0 ) {
820
base.currentElementProperties =
ElementProperties
.HAS_NS |
ElementProperties
.BLOCK_WS;
843
if ( ( currentElementProperties &
ElementProperties
.HEAD ) != 0) {
848
else if ( ( base.currentElementProperties &
ElementProperties
.BLOCK_WS ) != 0 ) {
861
isBlockWs = ( base.currentElementProperties &
ElementProperties
.BLOCK_WS ) != 0;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (24)
59
protected
ElementProperties
currentElementProperties;
157
currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString( localName );
165
currentElementProperties =
ElementProperties
.HAS_NS;
177
if ( ( currentElementProperties &
ElementProperties
.HEAD ) != 0 ) {
192
if ( ( currentElementProperties &
ElementProperties
.EMPTY ) == 0 ) {
204
currentElementProperties = (
ElementProperties
)elementScope.Pop();
213
if ( ( currentElementProperties &
ElementProperties
.EMPTY ) == 0 ) {
225
currentElementProperties = (
ElementProperties
)elementScope.Pop();
337
if ( ( currentElementProperties & (
ElementProperties
.BOOL_PARENT |
ElementProperties
.URI_PARENT |
ElementProperties
.NAME_PARENT ) ) != 0 ) {
452
Debug.Assert( (int)
ElementProperties
.URI_PARENT == (int)AttributeProperties.URI );
453
Debug.Assert( (int)
ElementProperties
.BOOL_PARENT == (int)AttributeProperties.BOOLEAN );
454
Debug.Assert( (int)
ElementProperties
.NAME_PARENT == (int)AttributeProperties.NAME );
464
currentElementProperties =
ElementProperties
.DEFAULT;
494
if ( ( currentElementProperties &
ElementProperties
.NO_ENTITIES ) != 0 ) {
516
else if ( ( currentElementProperties &
ElementProperties
.HAS_NS ) != 0 ) {
810
base.currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString( localName );
812
if ( endBlockPos == base.bufPos && ( base.currentElementProperties &
ElementProperties
.BLOCK_WS ) != 0 ) {
820
base.currentElementProperties =
ElementProperties
.HAS_NS |
ElementProperties
.BLOCK_WS;
843
if ( ( currentElementProperties &
ElementProperties
.HEAD ) != 0) {
848
else if ( ( base.currentElementProperties &
ElementProperties
.BLOCK_WS ) != 0 ) {
861
isBlockWs = ( base.currentElementProperties &
ElementProperties
.BLOCK_WS ) != 0;