2 instantiations of PropertyComment
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
84
PropertyComment currentPair = new
PropertyComment
();
159
currentPair = new
PropertyComment
();
10 references to PropertyComment
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeMap.cs (4)
712
internal
PropertyComment
[] LocalizationAttributes; // Localization.Attributes
713
internal
PropertyComment
[] LocalizationComments; // Localization.Comments
718
LocalizationAttributes = Array.Empty<
PropertyComment
>();
719
LocalizationComments = Array.Empty<
PropertyComment
>();
MS\Internal\Globalization\LocalizationComments.cs (6)
55
internal static
PropertyComment
[] ParsePropertyLocalizabilityAttributes(string input)
57
PropertyComment
[] pairs = ParsePropertyComments(input);
74
internal static
PropertyComment
[] ParsePropertyComments(string input)
82
List<
PropertyComment
> tokens = new List<
PropertyComment
>(8);
84
PropertyComment
currentPair = new PropertyComment();