1 write to Property
System.Xaml (1)
System\Xaml\Parser\XamlAttribute.cs (1)
51Property = GetXamlAttributeProperty(context, Name, tagType, ownerNamespace, tagIsRoot);
13 references to Property
System.Xaml (13)
System\Xaml\Parser\XamlAttribute.cs (10)
52if (Property.IsUnknown) 56else if (Property.IsEvent) 60else if (Property.IsDirective) 62if (Property == XamlLanguage.Space) 66else if ((Property == XamlLanguage.FactoryMethod) 67|| (Property == XamlLanguage.Arguments) 68|| (Property == XamlLanguage.TypeArguments) 69|| (Property == XamlLanguage.Base) 81else if (Property.IsAttachable) 85else if (Property == tagType.GetAliasedProperty(XamlLanguage.Name))
System\Xaml\Parser\XamlScanner.cs (3)
680if (attr.Property == XamlLanguage.Key) 786XamlMember prop = attr.Property; 808XamlMember attrProperty = attr.Property;