6 references to _propertyInheritanceTreeStack
PresentationFramework (6)
MS\Internal\Globalization\BamlResourceDeserializer.cs (6)
354if (_propertyInheritanceTreeStack.ContainsKey(propertyName)) 357stackForProperty = _propertyInheritanceTreeStack[propertyName]; 362_propertyInheritanceTreeStack.Add(propertyName, stackForProperty); 371Stack<ILocalizabilityInheritable> stackForProperty = _propertyInheritanceTreeStack[propertyName]; 378if (_propertyInheritanceTreeStack.ContainsKey(propertyName)) 380Stack<ILocalizabilityInheritable> stackForProperty = _propertyInheritanceTreeStack[propertyName];