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)
208
if (
_inheritablePropertiesStack
== null)
213
return
_inheritablePropertiesStack
;