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