2 writes to LocalizationComments
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
709
comments.
LocalizationComments
= LocComments.ParsePropertyComments(stringComment);
736
LocalizationComments
= new PropertyComment[0];
5 references to LocalizationComments
PresentationFramework (5)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (5)
429
for (int i = 0; i < comment.
LocalizationComments
.Length; i++)
431
if (comment.
LocalizationComments
[i].PropertyName == localName)
433
return (string) comment.
LocalizationComments
[i].Value;
623
i < node.Children.Count && (comment.
LocalizationComments
.Length == 0 || comment.LocalizationAttributes.Length == 0);
632
&& comment.
LocalizationComments
.Length == 0)