4 instantiations of BamlKeyInfo
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
1287
info = new
BamlKeyInfo
();
1336
BamlKeyInfo info = new
BamlKeyInfo
();
1406
BamlKeyInfo info = new
BamlKeyInfo
();
1695
BamlKeyInfo info = new
BamlKeyInfo
();
13 references to BamlKeyInfo
PresentationFramework (13)
src\Framework\System\Windows\Markup\BamlReader.cs (13)
805
BamlKeyInfo
info = ProcessKeyTree();
1235
_deferKeys = new List<
BamlKeyInfo
>();
1272
BamlKeyInfo
info;
1336
BamlKeyInfo
info = new BamlKeyInfo();
1352
BamlKeyInfo
info;
1387
BamlKeyInfo
keyInfo = _deferKeys[_deferKeys.Count-1];
1399
private
BamlKeyInfo
CheckForSharedness()
1406
BamlKeyInfo
info = new BamlKeyInfo();
1430
private
BamlKeyInfo
ProcessKeyTree()
1695
BamlKeyInfo
info = new BamlKeyInfo();
2295
BamlKeyInfo
keyInfo = _deferKeys[0];
2808
private List<
BamlKeyInfo
> _deferKeys;
2811
private
BamlKeyInfo
_currentKeyInfo;