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