7 references to _bamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
110_bamlType.Clear(); 367if (typeId == _bamlType.Count) 373_bamlType.Add(type); 375else if (typeId > _bamlType.Count) 550_bamlType[typeId] = xType; 589if (typeId >= 0 && typeId < _bamlType.Count) 591object type = _bamlType[typeId];