14 references to LocComments
PresentationFramework (14)
MS\Internal\Globalization\BamlTreeMap.cs (8)
588
string locAttribute = element.GetAttribute(
LocComments
.LocLocalizabilityAttribute);
591
locAttribute = element.GetAttribute(
LocComments
.LocCommentsAttribute);
612
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
618
else if (
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
646
if (element.Name ==
LocComments
.LocCommentsElement
647
&& element.GetAttribute(
LocComments
.LocCommentIDAttribute) == uid)
668
comments.LocalizationAttributes =
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);
692
comments.LocalizationComments =
LocComments
.ParsePropertyComments(stringComment);
MS\Internal\Globalization\BamlTreeNode.cs (2)
764
if (!
LocComments
.IsLocCommentsProperty(_ownerTypeFullName, _propertyName)
765
&& !
LocComments
.IsLocLocalizabilityProperty(_ownerTypeFullName, _propertyName))
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
73
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
74
||
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
System\Windows\Localization.cs (2)
69
LocComments
.ParsePropertyComments(comments);
95
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);