2 writes to _inheritablePropertiesStack
PresentationFramework (2)
src\Framework\System\Windows\TreeChangeInfo.cs (2)
38_inheritablePropertiesStack = null; 210_inheritablePropertiesStack = new Stack<FrugalObjectList<DependencyProperty>>(1);
2 references to _inheritablePropertiesStack
PresentationFramework (2)
src\Framework\System\Windows\TreeChangeInfo.cs (2)
208if (_inheritablePropertiesStack == null) 213return _inheritablePropertiesStack;