src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (17)
80_reader.Name,
98_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
116BamlTreeNode bamlNode = new BamlEventNode(_reader.Name, _reader.Value);
124_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
207_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
218if (propertyOccurrences.Contains(_reader.Name))
221object occurrence = propertyOccurrences[_reader.Name];
237propertyOccurrences[_reader.Name] = ++index;
242propertyOccurrences[_reader.Name] = bamlNode;
249if (_reader.Name == XamlReaderHelper.DefinitionUid)
256_reader.Name,
275_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
285_reader.Name,