3 implementations of IsIgnored
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
406public bool IsIgnored 573public bool IsIgnored 707public bool IsIgnored
2 writes to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
456node.IsIgnored = true; 508node.IsIgnored = true;
2 references to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
403return (!node.IsIgnored) ? node.InheritableAttribute : LocalizabilityIgnore; 503if (parent.IsIgnored && localizabilityFromSource.Category == LocalizationCategory.Inherit)