4 instantiations of BamlKeyInfo
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1265
info = new
BamlKeyInfo
();
1314
BamlKeyInfo info = new
BamlKeyInfo
();
1384
BamlKeyInfo info = new
BamlKeyInfo
();
1673
BamlKeyInfo info = new
BamlKeyInfo
();
13 references to BamlKeyInfo
PresentationFramework (13)
System\Windows\Markup\BamlReader.cs (13)
783
BamlKeyInfo
info = ProcessKeyTree();
1213
_deferKeys = new List<
BamlKeyInfo
>();
1250
BamlKeyInfo
info;
1314
BamlKeyInfo
info = new BamlKeyInfo();
1330
BamlKeyInfo
info;
1365
BamlKeyInfo
keyInfo = _deferKeys[_deferKeys.Count-1];
1377
private
BamlKeyInfo
CheckForSharedness()
1384
BamlKeyInfo
info = new BamlKeyInfo();
1408
private
BamlKeyInfo
ProcessKeyTree()
1673
BamlKeyInfo
info = new BamlKeyInfo();
2262
BamlKeyInfo
keyInfo = _deferKeys[0];
2774
private List<
BamlKeyInfo
> _deferKeys;
2777
private
BamlKeyInfo
_currentKeyInfo;