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