14 references to LocComments
PresentationFramework (14)
MS\Internal\Globalization\BamlTreeMap.cs (8)
602
string locAttribute = element.GetAttribute(
LocComments
.LocLocalizabilityAttribute);
605
locAttribute = element.GetAttribute(
LocComments
.LocCommentsAttribute);
626
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
632
else if (
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
660
if (element.Name ==
LocComments
.LocCommentsElement
661
&& element.GetAttribute(
LocComments
.LocCommentIDAttribute) == uid)
682
comments.LocalizationAttributes =
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);
706
comments.LocalizationComments =
LocComments
.ParsePropertyComments(stringComment);
MS\Internal\Globalization\BamlTreeNode.cs (2)
762
if (!
LocComments
.IsLocCommentsProperty(_ownerTypeFullName, _propertyName)
763
&& !
LocComments
.IsLocLocalizabilityProperty(_ownerTypeFullName, _propertyName))
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
77
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
78
||
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
System\Windows\Localization.cs (2)
71
LocComments
.ParsePropertyComments(comments);
97
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);