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