7 references to _bamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
110
_bamlType
.Clear();
367
if (typeId ==
_bamlType
.Count)
373
_bamlType
.Add(type);
375
else if (typeId >
_bamlType
.Count)
550
_bamlType
[typeId] = xType;
589
if (typeId >= 0 && typeId <
_bamlType
.Count)
591
object type =
_bamlType
[typeId];