23 references to BOOLEAN
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (5)
334if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 360if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 466Debug.Assert((int)ElementProperties.BOOL_PARENT == (int)AttributeProperties.BOOLEAN); 523if ((_currentAttributeProperties & (AttributeProperties.BOOLEAN | AttributeProperties.URI | AttributeProperties.NAME)) != 0) 525if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (5)
333if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 359if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 465Debug.Assert((int)ElementProperties.BOOL_PARENT == (int)AttributeProperties.BOOLEAN); 522if ((_currentAttributeProperties & (AttributeProperties.BOOLEAN | AttributeProperties.URI | AttributeProperties.NAME)) != 0) 524if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (13)
129new HtmlProps("checked", (byte)AttributeProperties.BOOLEAN), 133new HtmlProps("compact", (byte)AttributeProperties.BOOLEAN), 136new HtmlProps("declare", (byte)AttributeProperties.BOOLEAN), 137new HtmlProps("defer", (byte)AttributeProperties.BOOLEAN), 138new HtmlProps("disabled", (byte)AttributeProperties.BOOLEAN), 141new HtmlProps("ismap", (byte)AttributeProperties.BOOLEAN), 143new HtmlProps("multiple", (byte)AttributeProperties.BOOLEAN), 145new HtmlProps("nohref", (byte)AttributeProperties.BOOLEAN), 146new HtmlProps("noresize", (byte)AttributeProperties.BOOLEAN), 147new HtmlProps("noshade", (byte)AttributeProperties.BOOLEAN), 148new HtmlProps("nowrap", (byte)AttributeProperties.BOOLEAN), 150new HtmlProps("readonly", (byte)AttributeProperties.BOOLEAN), 151new HtmlProps("selected", (byte)AttributeProperties.BOOLEAN),