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