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