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