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