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