3 writes to _content
PresentationFramework (3)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizableResource.cs (3)
57
_content
= content;
71
_content
= other._content;
93
_content
= value;
6 references to _content
PresentationFramework (6)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizableResource.cs (6)
71
_content = other.
_content
;
88
return
_content
;
187
return (
_content
== otherResource.
_content
198
return (
_content
== null ? 0 :
_content
.GetHashCode())