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