7 references to ItemValueStorageField
PresentationFramework (7)
MS\Internal\Helper.cs (7)
828return GetItemValues(owner, item, ItemValueStorageField.GetValue(owner)); 860WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = ItemValueStorageField.GetValue(owner); 865ItemValueStorageField.SetValue(owner, itemValueStorage); 1016ItemValueStorageField.ClearValue(owner); 1021ClearItemValueStorageRecursive(ItemValueStorageField.GetValue(owner), dpIndices); 1033if (itemValue.Key == ItemValueStorageField.GlobalIndex) 1525ItemValueStorageField.GlobalIndex,