3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
249
_context.
KeyList
= new List<KeyRecord>();
934
_context.
KeyList
= new List<KeyRecord>();
1294
_context.
KeyList
= null;
14 references to KeyList
PresentationFramework (14)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
320
foreach (KeyRecord keyRecord in _context.
KeyList
)
330
return _context.
KeyList
;
344
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
386
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
830
object value = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
974
_context.
KeyList
.Add(key);
998
_context.
KeyList
.Add(key);
1211
KeyRecord record = _context.
KeyList
[_context.CurrentKey];
1330
_context.
KeyList
.Add(key);
1891
Object resource = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
51
if (
KeyList
!= null &&
KeyList
.Count > 0)
53
return
KeyList
[
KeyList
.Count - 1];