6 references to _bamlString
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (6)
122_bamlString.Clear(); 324if (stringId >= 0 && stringId < _bamlString.Count) 326result = _bamlString[stringId]; 433if (stringId == _bamlString.Count) 435_bamlString.Add(value); 437else if (stringId > _bamlString.Count)