1 write to Property
System.Xaml (1)
System\Xaml\Parser\XamlAttribute.cs (1)
52Property = GetXamlAttributeProperty(context, Name, tagType, ownerNamespace, tagIsRoot);
13 references to Property
System.Xaml (13)
System\Xaml\Parser\XamlAttribute.cs (10)
53if (Property.IsUnknown) 57else if (Property.IsEvent) 61else if (Property.IsDirective) 63if(Property == XamlLanguage.Space) 67else if ((Property == XamlLanguage.FactoryMethod) 68|| (Property == XamlLanguage.Arguments) 69|| (Property == XamlLanguage.TypeArguments) 70|| (Property == XamlLanguage.Base) 82else if(Property.IsAttachable) 86else if (Property == tagType.GetAliasedProperty(XamlLanguage.Name))
System\Xaml\Parser\XamlScanner.cs (3)
667if (attr.Property == XamlLanguage.Key) 769XamlMember prop = attr.Property; 791XamlMember attrProperty = attr.Property;