3 implementations of IsIgnored
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
403public bool IsIgnored 568public bool IsIgnored 702public bool IsIgnored
2 writes to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
455node.IsIgnored = true; 507node.IsIgnored = true;
2 references to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
402return (!node.IsIgnored) ? node.InheritableAttribute : LocalizabilityIgnore; 502if (parent.IsIgnored && localizabilityFromSource.Category == LocalizationCategory.Inherit)