4 references to _propertyInheritanceTreeStack
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
350if (!_propertyInheritanceTreeStack.TryGetValue(propertyName, out Stack<ILocalizabilityInheritable> stackForProperty)) 353_propertyInheritanceTreeStack.Add(propertyName, stackForProperty); 362Stack<ILocalizabilityInheritable> stackForProperty = _propertyInheritanceTreeStack[propertyName]; 369if (_propertyInheritanceTreeStack.TryGetValue(propertyName, out Stack<ILocalizabilityInheritable> stackForProperty))