3 implementations of IsIgnored
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
411
public bool
IsIgnored
576
public bool
IsIgnored
711
public bool
IsIgnored
2 writes to IsIgnored
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
463
node.
IsIgnored
= true;
515
node.
IsIgnored
= true;
2 references to IsIgnored
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
410
return (!node.
IsIgnored
) ? node.InheritableAttribute : LocalizabilityIgnore;
510
if (parent.
IsIgnored
&& localizabilityFromSource.Category == LocalizationCategory.Inherit)