4 references to _propertyInheritanceTreeStack
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
351if (!_propertyInheritanceTreeStack.TryGetValue(propertyName, out Stack<ILocalizabilityInheritable> stackForProperty)) 354_propertyInheritanceTreeStack.Add(propertyName, stackForProperty); 363Stack<ILocalizabilityInheritable> stackForProperty = _propertyInheritanceTreeStack[propertyName]; 370if (_propertyInheritanceTreeStack.TryGetValue(propertyName, out Stack<ILocalizabilityInheritable> stackForProperty))