13 references to ValueLookupListFromProperty
PresentationFramework (13)
src\Framework\System\Windows\FrameworkTemplate.cs (3)
1268for (int i = 0; i < child.ValueLookupListFromProperty.Count; i++) 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 (10)
528int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.Property.GlobalIndex); 536childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.Add(ref valueLookup); 2583int mapIndex = childRecord.ValueLookupListFromProperty.Search(dp.GlobalIndex); 2586if (childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.Count > 0) 2594ref childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value, 3742int mapIndex = childRecord.ValueLookupListFromProperty.Search(dp.GlobalIndex); 3745if (childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.Count > 0) 3747ChildValueLookup childValue = childRecord.ValueLookupListFromProperty.Entries[mapIndex].Value.List[0]; 4208int count = childRecord.ValueLookupListFromProperty.Count; 4219DependencyProperty dp = childRecord.ValueLookupListFromProperty.Entries[i].Value.List[0].Property;