3 implementations of IsIgnored
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
407
public bool
IsIgnored
572
public bool
IsIgnored
706
public bool
IsIgnored
2 writes to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
459
node.
IsIgnored
= true;
511
node.
IsIgnored
= true;
2 references to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
406
return (!node.
IsIgnored
) ? node.InheritableAttribute : LocalizabilityIgnore;
506
if (parent.
IsIgnored
&& localizabilityFromSource.Category == LocalizationCategory.Inherit)