1 write to _reader
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
5678_reader = reader;
10 references to _reader
PresentationFramework (10)
System\Windows\Markup\BamlRecordReader.cs (10)
5683if (_reader.MapTable != null && targetIsDependencyObject) 5685_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5705else if (_reader.MapTable != null) 5710_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5724if (_attributeInfo == null && _reader.MapTable != null) 5729_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId); 5747Object currentParent = _reader.GetCurrentObjectData(); 5750_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5768_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5787_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);