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