4 writes to Property
System.Xaml (4)
System\Xaml\Context\ServiceProviderContext.cs (3)
321
token.Target.
Property
= _xamlContext.GrandParentProperty;
336
token.Target.
Property
= _xamlContext.ParentProperty;
346
token.Target.
Property
= _xamlContext.ParentProperty;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
2295
token.Target.
Property
= property;
11 references to Property
System.Xaml (11)
System\Xaml\Context\NameFixupGraph.cs (1)
55
if (fixupToken.Target.
Property
is null)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (10)
2135
Debug.Assert(token.Target.
Property
== XamlLanguage.Key);
2513
if (token.Target.
Property
== XamlLanguage.Key)
2517
else if (token.Target.
Property
== XamlLanguage.Items)
2523
SetValue(token.Target.Instance, token.Target.
Property
, value);
2567
if(token.Target.
Property
!= token.TargetContext.ParentProperty)
2572
if (token.Target.
Property
== XamlLanguage.Key)
2576
else if (token.Target.
Property
== XamlLanguage.Items)
2580
else if (token.Target.
Property
is not null)
2602
if (token.Target.
Property
== XamlLanguage.Key || token.Target.
Property
== XamlLanguage.Items)