5 writes to Object
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
1822
Object
= value,
2033
Object
= value,
2047
Object
= value
2070
Object
= originalValue
2353
Object
= target.Object;
4 references to Object
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (4)
103
currentInstance = node is ObjectMarkupInfo objectNode ? objectNode.
Object
: null;
1770
Debug.Assert(
Object
is not null);
1771
var xamlType = context.LocalAssemblyAwareGetXamlType(
Object
.GetType());
2353
Object = target.
Object
;