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