7 references to _bamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
111
_bamlType
.Clear();
368
if (typeId ==
_bamlType
.Count)
374
_bamlType
.Add(type);
376
else if (typeId >
_bamlType
.Count)
551
_bamlType
[typeId] = xType;
590
if (typeId >= 0 && typeId <
_bamlType
.Count)
592
object type =
_bamlType
[typeId];