2 instantiations of PropertyComment
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
92PropertyComment currentPair = new PropertyComment(); 167currentPair = new PropertyComment();
10 references to PropertyComment
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeMap.cs (4)
726internal PropertyComment[] LocalizationAttributes; // Localization.Attributes 727internal PropertyComment[] LocalizationComments; // Localization.Comments 732LocalizationAttributes = Array.Empty<PropertyComment>(); 733LocalizationComments = Array.Empty<PropertyComment>();
MS\Internal\Globalization\LocalizationComments.cs (6)
63internal static PropertyComment[] ParsePropertyLocalizabilityAttributes(string input) 65PropertyComment[] pairs = ParsePropertyComments(input); 82internal static PropertyComment[] ParsePropertyComments(string input) 90List<PropertyComment> tokens = new List<PropertyComment>(8); 92PropertyComment currentPair = new PropertyComment();