2 writes to _inheritablePropertiesStack
PresentationFramework (2)
System\Windows\TreeChangeInfo.cs (2)
31_inheritablePropertiesStack = null; 203_inheritablePropertiesStack = new Stack<FrugalObjectList<DependencyProperty>>(1);
2 references to _inheritablePropertiesStack
PresentationFramework (2)
System\Windows\TreeChangeInfo.cs (2)
201if (_inheritablePropertiesStack == null) 206return _inheritablePropertiesStack;