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