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