3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
249
_context.
KeyList
= new List<KeyRecord>();
937
_context.
KeyList
= new List<KeyRecord>();
1297
_context.
KeyList
= null;
14 references to KeyList
PresentationFramework (14)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
320
foreach (KeyRecord keyRecord in _context.
KeyList
)
333
return _context.
KeyList
;
347
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
389
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
833
object value = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
977
_context.
KeyList
.Add(key);
1001
_context.
KeyList
.Add(key);
1214
KeyRecord record = _context.
KeyList
[_context.CurrentKey];
1333
_context.
KeyList
.Add(key);
1894
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];