14 references to LocComments
PresentationFramework (14)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (8)
607
string locAttribute = element.GetAttribute(
LocComments
.LocLocalizabilityAttribute);
610
locAttribute = element.GetAttribute(
LocComments
.LocCommentsAttribute);
631
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
637
else if (
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
665
if ( element.Name ==
LocComments
.LocCommentsElement
666
&& element.GetAttribute(
LocComments
.LocCommentIDAttribute) == uid)
686
comments.LocalizationAttributes =
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);
709
comments.LocalizationComments =
LocComments
.ParsePropertyComments(stringComment);
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
767
if (!
LocComments
.IsLocCommentsProperty(_ownerTypeFullName, _propertyName)
768
&& !
LocComments
.IsLocLocalizabilityProperty(_ownerTypeFullName, _propertyName))
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
74
if (
LocComments
.IsLocCommentsProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
75
||
LocComments
.IsLocLocalizabilityProperty(propertyNode.OwnerTypeFullName, propertyNode.PropertyName)
src\Framework\System\Windows\Localization.cs (2)
80
LocComments
.ParsePropertyComments(comments);
112
LocComments
.ParsePropertyLocalizabilityAttributes(attributes);