15 references to ValueLookupListFromProperty
PresentationFramework (15)
System\Windows\FrameworkTemplate.cs (3)
1234
for (int i = 0; i < child.
ValueLookupListFromProperty
.Count; i++)
1239
for (int j = 0; j < child.
ValueLookupListFromProperty
.Entries[i].Value.Count; j++)
1244
valueLookup = (ChildValueLookup)child.
ValueLookupListFromProperty
.Entries[i].Value.List[j];
System\Windows\StyleHelper.cs (12)
522
int mapIndex = childRecord.
ValueLookupListFromProperty
.EnsureEntry(propertyValue.Property.GlobalIndex);
530
childRecord.
ValueLookupListFromProperty
.Entries[mapIndex].Value.Add(ref valueLookup);
2577
int mapIndex = childRecord.
ValueLookupListFromProperty
.Search(dp.GlobalIndex);
2580
if (childRecord.
ValueLookupListFromProperty
.Entries[mapIndex].Value.Count > 0)
2588
ref childRecord.
ValueLookupListFromProperty
.Entries[mapIndex].Value,
3052
int mapIndex = childRecord.
ValueLookupListFromProperty
.Search(templateProperty.GlobalIndex);
3055
ItemStructList<ChildValueLookup> valueLookupList = childRecord.
ValueLookupListFromProperty
.Entries[mapIndex].Value;
3737
int mapIndex = childRecord.
ValueLookupListFromProperty
.Search(dp.GlobalIndex);
3740
if (childRecord.
ValueLookupListFromProperty
.Entries[mapIndex].Value.Count > 0)
3742
ChildValueLookup childValue = childRecord.
ValueLookupListFromProperty
.Entries[mapIndex].Value.List[0];
4203
int count = childRecord.
ValueLookupListFromProperty
.Count;
4214
DependencyProperty dp = childRecord.
ValueLookupListFromProperty
.Entries[i].Value.List[0].Property;