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