54 references to BamlAttributeUsage
PresentationBuildTasks (54)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (4)
140
if (xamlPropertyNode.AttributeUsage ==
BamlAttributeUsage
.RuntimeName &&
349
if (xamlUnknownAttributeNode.AttributeUsage ==
BamlAttributeUsage
.RuntimeName)
629
BamlAttributeUsage
.Default,
787
if (xamlDefAttributeNode.AttributeUsage ==
BamlAttributeUsage
.RuntimeName)
Framework\System\Windows\Markup\BamlMapTable.cs (3)
1312
BamlAttributeUsage
attributeUsage) // Special flags for how this attribute is used.
1325
BamlAttributeUsage
attributeUsage, // Special flags for how this attribute is used.
1543
BamlAttributeUsage
.Default);
Framework\System\Windows\Markup\BamlRecords.cs (5)
1952
internal
BamlAttributeUsage
AttributeUsage
1974
BamlAttributeUsage
_attributeUsage;
4826
AttributeUsage =
BamlAttributeUsage
.Default;
5150
internal
BamlAttributeUsage
AttributeUsage
5154
return (
BamlAttributeUsage
) _flags[_attributeUsageSection];
Framework\System\Windows\Markup\BamlRecordWriter.cs (7)
776
BamlAttributeUsage
.Default);
967
BamlAttributeUsage
.Default);
1151
BamlAttributeUsage
.Default);
1226
BamlAttributeUsage
.Default);
1297
BamlAttributeUsage
.Default);
1328
BamlAttributeUsage
.Default);
1359
BamlAttributeUsage
.Default);
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1623
BamlAttributeUsage
.Default,
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1267
BamlAttributeUsage
.Default,
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
1388
BamlAttributeUsage
.Default,
1488
if (xamlPropertyNode.AttributeUsage ==
BamlAttributeUsage
.RuntimeName)
Framework\System\Windows\Markup\XamlNodes.cs (10)
703
BamlAttributeUsage
attributeUsage,
727
BamlAttributeUsage
attributeUsage,
891
internal
BamlAttributeUsage
AttributeUsage
908
BamlAttributeUsage
_attributeUsage;
1028
BamlAttributeUsage
attributeUsage)
1062
internal
BamlAttributeUsage
AttributeUsage
1082
BamlAttributeUsage
_attributeUsage;
2046
BamlAttributeUsage
bamlAttributeUsage)
2068
internal
BamlAttributeUsage
AttributeUsage
2073
BamlAttributeUsage
_attributeUsage;
Framework\System\Windows\Markup\XamlParser.cs (2)
339
if (xamlPropertyNode.AttributeUsage ==
BamlAttributeUsage
.RuntimeName)
456
if (xamlDefAttributeNode.AttributeUsage ==
BamlAttributeUsage
.RuntimeName)
Framework\System\Windows\Markup\XamlReaderHelper.cs (19)
597
BamlAttributeUsage
attributeUsage =
BamlAttributeUsage
.Default;
759
BamlAttributeUsage
usage) // Defines special usage for this property, such as xml:lang
775
BamlAttributeUsage
usage) // Defines special usage for this property, such as xml:lang
777
bool isName = usage ==
BamlAttributeUsage
.RuntimeName;
875
BamlAttributeUsage
usage) // Defines special usage for this property, such as xml:lang
887
usage =
BamlAttributeUsage
.RuntimeName;
1055
WriteDefAttribute(name, value,
BamlAttributeUsage
.Default);
1061
void WriteDefAttribute(string name, string value,
BamlAttributeUsage
bamlAttributeUsage)
2312
BamlAttributeUsage
.XmlSpace);
2334
BamlAttributeUsage
.XmlLang);
3034
WriteDefAttribute(attribLocalName, attribValue,
BamlAttributeUsage
.RuntimeName);
3291
BamlAttributeUsage
attributeUsage =
BamlAttributeUsage
.Default;
3303
attributeUsage =
BamlAttributeUsage
.RuntimeName;
3505
WriteNameProperty(propertyName, propertyMember, assembly, parentType.FullName, attribValue,
BamlAttributeUsage
.RuntimeName);
4155
BamlAttributeUsage
.Default);
6151
BamlAttributeUsage
attributeUsage = ((XamlPropertyNode)xamlNode).AttributeUsage;
6153
if( attributeUsage ==
BamlAttributeUsage
.XmlSpace )