7 writes to currentElementProperties
System.Xml (7)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (7)
157
currentElementProperties
= (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName );
165
currentElementProperties
= ElementProperties.HAS_NS;
204
currentElementProperties
= (ElementProperties)elementScope.Pop();
225
currentElementProperties
= (ElementProperties)elementScope.Pop();
464
currentElementProperties
= ElementProperties.DEFAULT;
810
base.
currentElementProperties
= (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName );
820
base.
currentElementProperties
= ElementProperties.HAS_NS | ElementProperties.BLOCK_WS;
13 references to currentElementProperties
System.Xml (13)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (13)
151
elementScope.Push( (byte)
currentElementProperties
);
177
if ( (
currentElementProperties
& ElementProperties.HEAD ) != 0 ) {
192
if ( (
currentElementProperties
& ElementProperties.EMPTY ) == 0 ) {
213
if ( (
currentElementProperties
& ElementProperties.EMPTY ) == 0 ) {
337
if ( (
currentElementProperties
& ( ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT ) ) != 0 ) {
339
(AttributeProperties)
currentElementProperties
;
494
if ( (
currentElementProperties
& ElementProperties.NO_ENTITIES ) != 0 ) {
516
else if ( (
currentElementProperties
& ElementProperties.HAS_NS ) != 0 ) {
805
base.elementScope.Push( (byte)base.
currentElementProperties
);
812
if ( endBlockPos == base.bufPos && ( base.
currentElementProperties
& ElementProperties.BLOCK_WS ) != 0 ) {
843
if ( (
currentElementProperties
& ElementProperties.HEAD ) != 0) {
848
else if ( ( base.
currentElementProperties
& ElementProperties.BLOCK_WS ) != 0 ) {
861
isBlockWs = ( base.
currentElementProperties
& ElementProperties.BLOCK_WS ) != 0;