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