7 references to ItemValueStorageField
PresentationFramework (7)
MS\Internal\Helper.cs (7)
829
return GetItemValues(owner, item,
ItemValueStorageField
.GetValue(owner));
861
WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage =
ItemValueStorageField
.GetValue(owner);
866
ItemValueStorageField
.SetValue(owner, itemValueStorage);
1017
ItemValueStorageField
.ClearValue(owner);
1022
ClearItemValueStorageRecursive(
ItemValueStorageField
.GetValue(owner), dpIndices);
1034
if (itemValue.Key ==
ItemValueStorageField
.GlobalIndex)
1526
ItemValueStorageField
.GlobalIndex,