2 writes to Entries
PresentationFramework (2)
src\Shared\MS\Utility\ItemMap.cs (2)
29
Entries
= new Entry[SearchTypeThreshold];
50
Entries
= destEntries;
21 references to Entries
PresentationFramework (21)
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 (9)
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)
2594
ref childRecord.ValueLookupListFromProperty.
Entries
[mapIndex].Value,
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;
src\Shared\MS\Utility\ItemMap.cs (10)
27
if (
Entries
== null)
35
Entry[] destEntries =
Entries
;
38
if ((Count + 1) >
Entries
.Length)
40
destEntries = new Entry[
Entries
.Length * 2];
43
Array.Copy(
Entries
, 0, destEntries, 0, index);
47
Array.Copy(
Entries
, index, destEntries, index + 1, Count - index);
53
Entries
[index] = EmptyEntry;
56
Entries
[index].Key = key;
79
keyPv =
Entries
[iPv].Key;
103
keyPv =
Entries
[iPv].Key;