3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
250
_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)
321
foreach (KeyRecord keyRecord in _context.
KeyList
)
334
return _context.
KeyList
;
348
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
390
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
834
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];
1334
_context.
KeyList
.Add(key);
1895
Object resource = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
52
if (
KeyList
!= null &&
KeyList
.Count > 0)
54
return
KeyList
[
KeyList
.Count - 1];