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