7 references to _bamlType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
124_bamlType.Clear(); 381if (typeId == _bamlType.Count) 385_bamlType.Add(type); 387else if (typeId > _bamlType.Count) 562_bamlType[typeId] = xType; 601if (typeId >= 0 && typeId < _bamlType.Count) 603object type = _bamlType[typeId];