7 references to ItemValueStorageField
PresentationFramework (7)
src\Framework\MS\Internal\Helper.cs (7)
856return GetItemValues(owner, item, ItemValueStorageField.GetValue(owner)); 891WeakDictionary<object, List<KeyValuePair<int, object>>> itemValueStorage = ItemValueStorageField.GetValue(owner); 896ItemValueStorageField.SetValue(owner, itemValueStorage); 1048ItemValueStorageField.ClearValue(owner); 1053ClearItemValueStorageRecursive(ItemValueStorageField.GetValue(owner), dpIndices); 1065if (itemValue.Key == ItemValueStorageField.GlobalIndex) 1557ItemValueStorageField.GlobalIndex,