7 writes to _currentElementProperties
System.Private.Xml (7)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (7)
107
_currentElementProperties
= TernaryTreeReadOnly.FindElementProperty(localName);
116
_currentElementProperties
= ElementProperties.HAS_NS;
161
_currentElementProperties
= (ElementProperties)_elementScope.Pop();
186
_currentElementProperties
= (ElementProperties)_elementScope.Pop();
446
_currentElementProperties
= ElementProperties.DEFAULT;
826
base.
_currentElementProperties
= TernaryTreeReadOnly.FindElementProperty(localName);
838
base.
_currentElementProperties
= ElementProperties.HAS_NS | ElementProperties.BLOCK_WS;
13 references to _currentElementProperties
System.Private.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (13)
99
_elementScope.Push((byte)
_currentElementProperties
);
129
if ((
_currentElementProperties
& ElementProperties.HEAD) != 0)
147
if ((
_currentElementProperties
& ElementProperties.EMPTY) == 0)
172
if ((
_currentElementProperties
& ElementProperties.EMPTY) == 0)
302
if ((
_currentElementProperties
& (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0)
305
(AttributeProperties)
_currentElementProperties
;
476
if ((
_currentElementProperties
& ElementProperties.NO_ENTITIES) != 0)
505
else if ((
_currentElementProperties
& ElementProperties.HAS_NS) != 0)
820
base._elementScope.Push((byte)base.
_currentElementProperties
);
828
if (_endBlockPos == base._bufPos && (base.
_currentElementProperties
& ElementProperties.BLOCK_WS) != 0)
864
if ((
_currentElementProperties
& ElementProperties.HEAD) != 0)
870
else if ((base.
_currentElementProperties
& ElementProperties.BLOCK_WS) != 0)
885
isBlockWs = (base.
_currentElementProperties
& ElementProperties.BLOCK_WS) != 0;