4 instantiations of BamlKeyInfo
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1275
info = new
BamlKeyInfo
();
1324
BamlKeyInfo info = new
BamlKeyInfo
();
1394
BamlKeyInfo info = new
BamlKeyInfo
();
1683
BamlKeyInfo info = new
BamlKeyInfo
();
13 references to BamlKeyInfo
PresentationFramework (13)
System\Windows\Markup\BamlReader.cs (13)
793
BamlKeyInfo
info = ProcessKeyTree();
1223
_deferKeys = new List<
BamlKeyInfo
>();
1260
BamlKeyInfo
info;
1324
BamlKeyInfo
info = new BamlKeyInfo();
1340
BamlKeyInfo
info;
1375
BamlKeyInfo
keyInfo = _deferKeys[_deferKeys.Count-1];
1387
private
BamlKeyInfo
CheckForSharedness()
1394
BamlKeyInfo
info = new BamlKeyInfo();
1418
private
BamlKeyInfo
ProcessKeyTree()
1683
BamlKeyInfo
info = new BamlKeyInfo();
2272
BamlKeyInfo
keyInfo = _deferKeys[0];
2784
private List<
BamlKeyInfo
> _deferKeys;
2787
private
BamlKeyInfo
_currentKeyInfo;