2 references to NewEntry
PresentationFramework (2)
src\Framework\System\Windows\TreeWalkHelper.cs (2)
343
EffectiveValueEntry newEntry = info.IsAddOperation ? rootInfo.
NewEntry
: new EffectiveValueEntry(dp, BaseValueSourceInternal.Inherited);
948
EffectiveValueEntry newEntry = info.
NewEntry
;