7 references to _bamlType
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
120
_bamlType
.Clear();
383
if (typeId ==
_bamlType
.Count)
387
_bamlType
.Add(type);
389
else if (typeId >
_bamlType
.Count)
570
_bamlType
[typeId] = xType;
609
if (typeId >= 0 && typeId <
_bamlType
.Count)
611
object type =
_bamlType
[typeId];