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; 88return _content; 187return (_content == otherResource._content 198return (_content == null ? 0 : _content.GetHashCode())