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