2 instantiations of PropertyComment
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
83
PropertyComment currentPair = new
PropertyComment
();
158
currentPair = new
PropertyComment
();
10 references to PropertyComment
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeMap.cs (4)
711
internal
PropertyComment
[] LocalizationAttributes; // Localization.Attributes
712
internal
PropertyComment
[] LocalizationComments; // Localization.Comments
717
LocalizationAttributes = Array.Empty<
PropertyComment
>();
718
LocalizationComments = Array.Empty<
PropertyComment
>();
MS\Internal\Globalization\LocalizationComments.cs (6)
54
internal static
PropertyComment
[] ParsePropertyLocalizabilityAttributes(string input)
56
PropertyComment
[] pairs = ParsePropertyComments(input);
73
internal static
PropertyComment
[] ParsePropertyComments(string input)
81
List<
PropertyComment
> tokens = new List<
PropertyComment
>(8);
83
PropertyComment
currentPair = new PropertyComment();