6 references to _propertyInheritanceTreeStack
PresentationFramework (6)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (6)
361if (_propertyInheritanceTreeStack.ContainsKey(propertyName)) 364stackForProperty = _propertyInheritanceTreeStack[propertyName]; 369_propertyInheritanceTreeStack.Add(propertyName, stackForProperty); 378Stack<ILocalizabilityInheritable> stackForProperty = _propertyInheritanceTreeStack[propertyName]; 385if (_propertyInheritanceTreeStack.ContainsKey(propertyName)) 387Stack<ILocalizabilityInheritable> stackForProperty = _propertyInheritanceTreeStack[propertyName];