5 writes to Object
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
1823
Object
= value,
2034
Object
= value,
2048
Object
= value
2071
Object
= originalValue
2354
Object
= target.Object;
4 references to Object
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (4)
104
currentInstance = node is ObjectMarkupInfo objectNode ? objectNode.
Object
: null;
1771
Debug.Assert(
Object
is not null);
1772
var xamlType = context.LocalAssemblyAwareGetXamlType(
Object
.GetType());
2354
Object = target.
Object
;