4 writes to Property
System.Xaml (4)
System\Xaml\Context\ServiceProviderContext.cs (3)
320
token.Target.
Property
= _xamlContext.GrandParentProperty;
335
token.Target.
Property
= _xamlContext.ParentProperty;
345
token.Target.
Property
= _xamlContext.ParentProperty;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
2294
token.Target.
Property
= property;
11 references to Property
System.Xaml (11)
System\Xaml\Context\NameFixupGraph.cs (1)
54
if (fixupToken.Target.
Property
is null)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (10)
2134
Debug.Assert(token.Target.
Property
== XamlLanguage.Key);
2512
if (token.Target.
Property
== XamlLanguage.Key)
2516
else if (token.Target.
Property
== XamlLanguage.Items)
2522
SetValue(token.Target.Instance, token.Target.
Property
, value);
2566
if (token.Target.
Property
!= token.TargetContext.ParentProperty)
2571
if (token.Target.
Property
== XamlLanguage.Key)
2575
else if (token.Target.
Property
== XamlLanguage.Items)
2579
else if (token.Target.
Property
is not null)
2601
if (token.Target.
Property
== XamlLanguage.Key || token.Target.
Property
== XamlLanguage.Items)