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