2 writes to LocalizationAttributes
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
677
comments.
LocalizationAttributes
= LocComments.ParsePropertyLocalizabilityAttributes(attributes);
727
LocalizationAttributes
= Array.Empty<PropertyComment>();
5 references to LocalizationAttributes
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (5)
401
for (int i = 0; i < comment.
LocalizationAttributes
.Length; i++)
403
if (comment.
LocalizationAttributes
[i].PropertyName == localName)
405
return (LocalizabilityGroup)comment.
LocalizationAttributes
[i].Value;
613
i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.
LocalizationAttributes
.Length == 0);
628
&& comment.
LocalizationAttributes
.Length == 0)