1 write to _reader
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
5693_reader = reader;
10 references to _reader
PresentationFramework (10)
System\Windows\Markup\BamlRecordReader.cs (10)
5698if (_reader.MapTable != null && targetIsDependencyObject) 5700_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5720else if (_reader.MapTable != null) 5725_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5739if (_attributeInfo == null && _reader.MapTable != null) 5744_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId); 5762Object currentParent = _reader.GetCurrentObjectData(); 5765_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5783_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5802_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);