1 write to Value
PresentationFramework (1)
src\Framework\System\Windows\StyleHelper.cs (1)
2594ref childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value,
10 references to Value
PresentationFramework (10)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
1273for (int j = 0; j < child.ValueLookupListFromProperty.Entries[i].Value.Count; j++) 1278valueLookup = (ChildValueLookup)child.ValueLookupListFromProperty.Entries[i].Value.List[j];
src\Framework\System\Windows\StyleHelper.cs (8)
536childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.Add(ref valueLookup); 575ref triggerSourceRecordMap.Entries[index].Value.ChildPropertyDependents); 652AddPropertyDependent(childIndex, destinationProperty, ref triggerSourceRecordMap.Entries[index].Value.ChildPropertyDependents); 2586if (childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.Count > 0) 3745if (childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.Count > 0) 3747ChildValueLookup childValue = childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.List[0]; 4219DependencyProperty dp = childRecord.ValueLookupListFromProperty.Entries[i].Value.List[0].Property; 4326TriggerSourceRecord record = triggerSourceRecordMap.Entries[mapIndex].Value;