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; 826base._currentElementProperties = TernaryTreeReadOnly.FindElementProperty(localName); 838base._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); 129if ((_currentElementProperties & ElementProperties.HEAD) != 0) 147if ((_currentElementProperties & ElementProperties.EMPTY) == 0) 172if ((_currentElementProperties & ElementProperties.EMPTY) == 0) 302if ((_currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0) 305(AttributeProperties)_currentElementProperties; 476if ((_currentElementProperties & ElementProperties.NO_ENTITIES) != 0) 505else if ((_currentElementProperties & ElementProperties.HAS_NS) != 0) 820base._elementScope.Push((byte)base._currentElementProperties); 828if (_endBlockPos == base._bufPos && (base._currentElementProperties & ElementProperties.BLOCK_WS) != 0) 864if ((_currentElementProperties & ElementProperties.HEAD) != 0) 870else if ((base._currentElementProperties & ElementProperties.BLOCK_WS) != 0) 885isBlockWs = (base._currentElementProperties & ElementProperties.BLOCK_WS) != 0;