4 instantiations of BamlKeyInfo
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1275
info = new
BamlKeyInfo
1326
BamlKeyInfo info = new
BamlKeyInfo
1398
BamlKeyInfo info = new
BamlKeyInfo
1689
BamlKeyInfo info = new
BamlKeyInfo
13 references to BamlKeyInfo
PresentationFramework (13)
System\Windows\Markup\BamlReader.cs (13)
785
BamlKeyInfo
info = ProcessKeyTree();
1223
_deferKeys = new List<
BamlKeyInfo
>();
1260
BamlKeyInfo
info;
1326
BamlKeyInfo
info = new BamlKeyInfo
1344
BamlKeyInfo
info;
1379
BamlKeyInfo
keyInfo = _deferKeys[_deferKeys.Count-1];
1391
private
BamlKeyInfo
CheckForSharedness()
1398
BamlKeyInfo
info = new BamlKeyInfo
1424
private
BamlKeyInfo
ProcessKeyTree()
1689
BamlKeyInfo
info = new BamlKeyInfo
2283
BamlKeyInfo
keyInfo = _deferKeys[0];
2797
private List<
BamlKeyInfo
> _deferKeys;
2800
private
BamlKeyInfo
_currentKeyInfo;