2 instantiations of PropertyComment
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
90PropertyComment currentPair = new PropertyComment(); 165currentPair = new PropertyComment();
10 references to PropertyComment
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeMap.cs (4)
721internal PropertyComment[] LocalizationAttributes; // Localization.Attributes 722internal PropertyComment[] LocalizationComments; // Localization.Comments 727LocalizationAttributes = Array.Empty<PropertyComment>(); 728LocalizationComments = Array.Empty<PropertyComment>();
MS\Internal\Globalization\LocalizationComments.cs (6)
61internal static PropertyComment[] ParsePropertyLocalizabilityAttributes(string input) 63PropertyComment[] pairs = ParsePropertyComments(input); 80internal static PropertyComment[] ParsePropertyComments(string input) 88List<PropertyComment> tokens = new List<PropertyComment>(8); 90PropertyComment currentPair = new PropertyComment();