1 write to _reader
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5766_reader = reader;
10 references to _reader
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (10)
5771if (_reader.MapTable != null && targetIsDependencyObject) 5773_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5793else if (_reader.MapTable != null) 5798_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5812if (_attributeInfo == null && _reader.MapTable != null) 5818_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId); 5839Object currentParent = _reader.GetCurrentObjectData(); 5842_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5860_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5880_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);