7 references to ItemValueStorageField
PresentationFramework (7)
MS\Internal\Helper.cs (7)
832return GetItemValues(owner, item, ItemValueStorageField.GetValue(owner)); 867WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = ItemValueStorageField.GetValue(owner); 872ItemValueStorageField.SetValue(owner, itemValueStorage); 1023ItemValueStorageField.ClearValue(owner); 1028ClearItemValueStorageRecursive(ItemValueStorageField.GetValue(owner), dpIndices); 1040if (itemValue.Key == ItemValueStorageField.GlobalIndex) 1532ItemValueStorageField.GlobalIndex,