Base:
property
AttributeCount
System.Xml.XmlReader.AttributeCount
1 override of AttributeCount
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
71
public override int
AttributeCount
7 references to AttributeCount
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
75
int baseCount = base.
AttributeCount
;
System.Configuration (6)
System\Configuration\BaseConfigurationRecord.cs (5)
1940
if (xmlUtil.Reader.
AttributeCount
!= 1) {
3010
if (xmlUtil.Reader.
AttributeCount
> 0) {
3083
if (xmlUtil.Reader.
AttributeCount
>= 1) {
3095
if (xmlUtil.Reader.
AttributeCount
!= 1) {
3112
if (xmlUtil.Reader.
AttributeCount
!= 1) {
System\Configuration\XmlUtil.cs (1)
1093
int c = reader.
AttributeCount
;