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