7 references to _bamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
124
_bamlType
.Clear();
381
if (typeId ==
_bamlType
.Count)
385
_bamlType
.Add(type);
387
else if (typeId >
_bamlType
.Count)
562
_bamlType
[typeId] = xType;
601
if (typeId >= 0 && typeId <
_bamlType
.Count)
603
object type =
_bamlType
[typeId];