3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
254
_context.
KeyList
= new List<KeyRecord>();
938
_context.
KeyList
= new List<KeyRecord>();
1298
_context.
KeyList
= null;
14 references to KeyList
PresentationFramework (14)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
325
foreach (KeyRecord keyRecord in _context.
KeyList
)
338
return _context.
KeyList
;
352
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
394
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
836
object value = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
978
_context.
KeyList
.Add(key);
1002
_context.
KeyList
.Add(key);
1215
KeyRecord record = _context.
KeyList
[_context.CurrentKey];
1332
_context.
KeyList
.Add(key);
1891
Object resource = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
55
if (
KeyList
!= null &&
KeyList
.Count > 0)
57
return
KeyList
[
KeyList
.Count - 1];