29 references to AttributeContext
PresentationBuildTasks (29)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (7)
1403
AttributeContext
attributeContext = GetAttributeContext(
1542
AttributeContext
attributeContext = GetAttributeContext(
1553
if (attributeContext !=
AttributeContext
.Property)
1668
AttributeContext
GetAttributeContext(
1679
AttributeContext
attributeContext =
AttributeContext
.Unknown;
1697
attributeContext =
AttributeContext
.Property;
Framework\System\Windows\Markup\XamlReaderHelper.cs (22)
1174
AttributeContext
attribContext = GetDottedAttributeContext(
1186
if (
AttributeContext
.Unknown == attribContext || dynamicObject == null)
1695
private
AttributeContext
GetAttributeContext(
1706
AttributeContext
attributeContext =
AttributeContext
.Unknown;
1732
return
AttributeContext
.Code;
1743
return
AttributeContext
.Code;
1773
private
AttributeContext
GetDottedAttributeContext(
1786
AttributeContext
attributeContext =
AttributeContext
.Unknown;
1820
attributeContext =
AttributeContext
.ClrEvent;
1846
attributeContext =
AttributeContext
.Code;
1874
attributeContext =
AttributeContext
.Property;
2837
AttributeContext
attributeContext =
AttributeContext
.Unknown;
2859
attributeContext =
AttributeContext
.Code;
2865
if (attributeContext ==
AttributeContext
.ClrEvent)
2869
attributeContext =
AttributeContext
.Property;
2876
case
AttributeContext
.Code:
2887
case
AttributeContext
.Property:
2918
case
AttributeContext
.ClrEvent:
2924
case
AttributeContext
.Unknown: