14 references to LocComments
PresentationFramework (14)
MS\Internal\Globalization\BamlTreeMap.cs (8)
587
string locAttribute = element.GetAttribute(
LocComments
.LocLocalizabilityAttribute);
590
locAttribute = element.GetAttribute(
LocComments
.LocCommentsAttribute);
611
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
617
else if (
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
645
if (element.Name ==
LocComments
.LocCommentsElement
646
&& element.GetAttribute(
LocComments
.LocCommentIDAttribute) == uid)
667
comments.LocalizationAttributes =
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);
691
comments.LocalizationComments =
LocComments
.ParsePropertyComments(stringComment);
MS\Internal\Globalization\BamlTreeNode.cs (2)
763
if (!
LocComments
.IsLocCommentsProperty(_ownerTypeFullName, _propertyName)
764
&& !
LocComments
.IsLocLocalizabilityProperty(_ownerTypeFullName, _propertyName))
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
72
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
73
||
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
System\Windows\Localization.cs (2)
68
LocComments
.ParsePropertyComments(comments);
94
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);