4 instantiations of BamlKeyInfo
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1275info = new BamlKeyInfo 1326BamlKeyInfo info = new BamlKeyInfo 1398BamlKeyInfo info = new BamlKeyInfo 1689BamlKeyInfo info = new BamlKeyInfo
13 references to BamlKeyInfo
PresentationFramework (13)
System\Windows\Markup\BamlReader.cs (13)
785BamlKeyInfo info = ProcessKeyTree(); 1223_deferKeys = new List<BamlKeyInfo>(); 1260BamlKeyInfo info; 1326BamlKeyInfo info = new BamlKeyInfo 1344BamlKeyInfo info; 1379BamlKeyInfo keyInfo = _deferKeys[_deferKeys.Count-1]; 1391private BamlKeyInfo CheckForSharedness() 1398BamlKeyInfo info = new BamlKeyInfo 1424private BamlKeyInfo ProcessKeyTree() 1689BamlKeyInfo info = new BamlKeyInfo 2283BamlKeyInfo keyInfo = _deferKeys[0]; 2797private List<BamlKeyInfo> _deferKeys; 2800private BamlKeyInfo _currentKeyInfo;