4 writes to Property
System.Xaml (4)
System\Xaml\Context\ServiceProviderContext.cs (3)
317
token.Target.
Property
= _xamlContext.GrandParentProperty;
332
token.Target.
Property
= _xamlContext.ParentProperty;
342
token.Target.
Property
= _xamlContext.ParentProperty;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
2231
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)
2074
Debug.Assert(token.Target.
Property
== XamlLanguage.Key);
2440
if (token.Target.
Property
== XamlLanguage.Key)
2444
else if (token.Target.
Property
== XamlLanguage.Items)
2450
SetValue(token.Target.Instance, token.Target.
Property
, value);
2492
if(token.Target.
Property
!= token.TargetContext.ParentProperty)
2497
if (token.Target.
Property
== XamlLanguage.Key)
2501
else if (token.Target.
Property
== XamlLanguage.Items)
2505
else if (token.Target.
Property
is not null)
2528
if (token.Target.
Property
== XamlLanguage.Key || token.Target.
Property
== XamlLanguage.Items)