5 references to InheritablePropertiesStack
PresentationFramework (5)
System\Windows\Generated\FrameworkContentElement.cs (1)
421parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
System\Windows\Generated\FrameworkElement.cs (1)
419parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
System\Windows\TreeChangeInfo.cs (1)
39InheritablePropertiesStack.Push(CreateParentInheritableProperties(root, parent, isAddOperation));
System\Windows\TreeWalkHelper.cs (2)
218info.InheritablePropertiesStack.Pop(); 247FrugalObjectList<DependencyProperty> parentInheritableProperties = info.InheritablePropertiesStack.Peek();