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