2 writes to LocalizationComments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
701
comments.
LocalizationComments
= LocComments.ParsePropertyComments(stringComment);
728
LocalizationComments
= Array.Empty<PropertyComment>();
5 references to LocalizationComments
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (5)
419
for (int i = 0; i < comment.
LocalizationComments
.Length; i++)
421
if (comment.
LocalizationComments
[i].PropertyName == localName)
423
return (string)comment.
LocalizationComments
[i].Value;
613
i < node.Children.Count && (comment.
LocalizationComments
.Length == 0 || comment.LocalizationAttributes.Length == 0);
622
&& comment.
LocalizationComments
.Length == 0)