3 writes to KeyList
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
271
_context.
KeyList
= new List<KeyRecord>();
959
_context.
KeyList
= new List<KeyRecord>();
1312
_context.
KeyList
= null;
14 references to KeyList
PresentationFramework (14)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
342
foreach (KeyRecord keyRecord in _context.
KeyList
)
355
return _context.
KeyList
;
369
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
412
_context.CurrentKey = _context.
KeyList
.IndexOf(record);
857
object value = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
999
_context.
KeyList
.Add(key);
1023
_context.
KeyList
.Add(key);
1229
KeyRecord record = _context.
KeyList
[_context.CurrentKey];
1346
_context.
KeyList
.Add(key);
1909
Object resource = _context.
KeyList
[_context.CurrentKey - 1].StaticResources[resourceId];
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
54
if (
KeyList
!= null &&
KeyList
.Count > 0)
56
return
KeyList
[
KeyList
.Count - 1];