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