5 references to InheritablePropertiesStack
PresentationFramework (5)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
439parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
436parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
src\Framework\System\Windows\TreeChangeInfo.cs (1)
45InheritablePropertiesStack.Push(CreateParentInheritableProperties(root, parent, isAddOperation));
src\Framework\System\Windows\TreeWalkHelper.cs (2)
228info.InheritablePropertiesStack.Pop(); 257FrugalObjectList<DependencyProperty> parentInheritableProperties = info.InheritablePropertiesStack.Peek();