3 implementations of IsIgnored
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
407public bool IsIgnored 574public bool IsIgnored 708public bool IsIgnored
2 writes to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
457node.IsIgnored = true; 509node.IsIgnored = true;
2 references to IsIgnored
PresentationFramework (2)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (2)
404return (!node.IsIgnored) ? node.InheritableAttribute : LocalizabilityIgnore; 504if (parent.IsIgnored && localizabilityFromSource.Category == LocalizationCategory.Inherit)