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