2 writes to _inheritablePropertiesStack
PresentationFramework (2)
System\Windows\TreeChangeInfo.cs (2)
32_inheritablePropertiesStack = null; 204_inheritablePropertiesStack = new Stack<FrugalObjectList<DependencyProperty>>(1);
2 references to _inheritablePropertiesStack
PresentationFramework (2)
System\Windows\TreeChangeInfo.cs (2)
202if (_inheritablePropertiesStack == null) 207return _inheritablePropertiesStack;