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