5 references to InheritablePropertiesStack
PresentationFramework (5)
System\Windows\Generated\FrameworkContentElement.cs (1)
427parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
System\Windows\Generated\FrameworkElement.cs (1)
425parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
System\Windows\TreeChangeInfo.cs (1)
45InheritablePropertiesStack.Push(CreateParentInheritableProperties(root, parent, isAddOperation));
System\Windows\TreeWalkHelper.cs (2)
222info.InheritablePropertiesStack.Pop(); 251FrugalObjectList<DependencyProperty> parentInheritableProperties = info.InheritablePropertiesStack.Peek();