14 references to LocComments
PresentationFramework (14)
MS\Internal\Globalization\BamlTreeMap.cs (8)
597
string locAttribute = element.GetAttribute(
LocComments
.LocLocalizabilityAttribute);
600
locAttribute = element.GetAttribute(
LocComments
.LocCommentsAttribute);
621
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
627
else if (
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
655
if (element.Name ==
LocComments
.LocCommentsElement
656
&& element.GetAttribute(
LocComments
.LocCommentIDAttribute) == uid)
677
comments.LocalizationAttributes =
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);
701
comments.LocalizationComments =
LocComments
.ParsePropertyComments(stringComment);
MS\Internal\Globalization\BamlTreeNode.cs (2)
758
if (!
LocComments
.IsLocCommentsProperty(_ownerTypeFullName, _propertyName)
759
&& !
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);