4 writes to Property
System.Xaml (4)
System\Xaml\Context\ServiceProviderContext.cs (3)
319
token.Target.
Property
= _xamlContext.GrandParentProperty;
334
token.Target.
Property
= _xamlContext.ParentProperty;
344
token.Target.
Property
= _xamlContext.ParentProperty;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
2233
token.Target.
Property
= property;
11 references to Property
System.Xaml (11)
System\Xaml\Context\NameFixupGraph.cs (1)
59
if (fixupToken.Target.
Property
== null)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (10)
2076
Debug.Assert(token.Target.
Property
== XamlLanguage.Key);
2442
if (token.Target.
Property
== XamlLanguage.Key)
2446
else if (token.Target.
Property
== XamlLanguage.Items)
2452
SetValue(token.Target.Instance, token.Target.
Property
, value);
2494
if(token.Target.
Property
!= token.TargetContext.ParentProperty)
2499
if (token.Target.
Property
== XamlLanguage.Key)
2503
else if (token.Target.
Property
== XamlLanguage.Items)
2507
else if (token.Target.
Property
!= null)
2530
if (token.Target.
Property
== XamlLanguage.Key || token.Target.
Property
== XamlLanguage.Items)