3 writes to _assignedProperties
System.Xaml (3)
System\Xaml\Context\ObjectWriterFrame.cs (3)
41
_assignedProperties
= new HashSet<XamlMember>(source.AssignedProperties);
56
_assignedProperties
= null;
194
_assignedProperties
= new HashSet<XamlMember>();
3 references to _assignedProperties
System.Xaml (3)
System\Xaml\Context\ObjectWriterFrame.cs (3)
39
if (source.
_assignedProperties
!= null)
192
if (
_assignedProperties
== null)
196
return
_assignedProperties
;