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