1 write to Property
System.Xaml (1)
System\Xaml\Parser\XamlAttribute.cs (1)
54Property = GetXamlAttributeProperty(context, Name, tagType, ownerNamespace, tagIsRoot);
13 references to Property
System.Xaml (13)
System\Xaml\Parser\XamlAttribute.cs (10)
55if (Property.IsUnknown) 59else if (Property.IsEvent) 63else if (Property.IsDirective) 65if(Property == XamlLanguage.Space) 69else if ((Property == XamlLanguage.FactoryMethod) 70|| (Property == XamlLanguage.Arguments) 71|| (Property == XamlLanguage.TypeArguments) 72|| (Property == XamlLanguage.Base) 84else if(Property.IsAttachable) 88else if (Property == tagType.GetAliasedProperty(XamlLanguage.Name))
System\Xaml\Parser\XamlScanner.cs (3)
670if (attr.Property == XamlLanguage.Key) 772XamlMember prop = attr.Property; 794XamlMember attrProperty = attr.Property;