4 instantiations of BamlKeyInfo
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1274info = new BamlKeyInfo 1325BamlKeyInfo info = new BamlKeyInfo 1397BamlKeyInfo info = new BamlKeyInfo 1688BamlKeyInfo info = new BamlKeyInfo
13 references to BamlKeyInfo
PresentationFramework (13)
System\Windows\Markup\BamlReader.cs (13)
784BamlKeyInfo info = ProcessKeyTree(); 1222_deferKeys = new List<BamlKeyInfo>(); 1259BamlKeyInfo info; 1325BamlKeyInfo info = new BamlKeyInfo 1343BamlKeyInfo info; 1378BamlKeyInfo keyInfo = _deferKeys[_deferKeys.Count-1]; 1390private BamlKeyInfo CheckForSharedness() 1397BamlKeyInfo info = new BamlKeyInfo 1423private BamlKeyInfo ProcessKeyTree() 1688BamlKeyInfo info = new BamlKeyInfo 2282BamlKeyInfo keyInfo = _deferKeys[0]; 2796private List<BamlKeyInfo> _deferKeys; 2799private BamlKeyInfo _currentKeyInfo;