2 writes to LocalizationAttributes
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
667
comments.
LocalizationAttributes
= LocComments.ParsePropertyLocalizabilityAttributes(attributes);
717
LocalizationAttributes
= Array.Empty<PropertyComment>();
5 references to LocalizationAttributes
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (5)
387
for (int i = 0; i < comment.
LocalizationAttributes
.Length; i++)
389
if (comment.
LocalizationAttributes
[i].PropertyName == localName)
391
return (LocalizabilityGroup)comment.
LocalizationAttributes
[i].Value;
603
i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.
LocalizationAttributes
.Length == 0);
618
&& comment.
LocalizationAttributes
.Length == 0)