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