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)
5771
if (
_reader
.MapTable != null && targetIsDependencyObject)
5773
_dependencyProperty =
_reader
.MapTable.GetDependencyProperty(_attributeId);
5793
else if (
_reader
.MapTable != null)
5798
_reader
.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage);
5812
if (_attributeInfo == null &&
_reader
.MapTable != null)
5818
_attributeInfo =
_reader
.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
5839
Object currentParent =
_reader
.GetCurrentObjectData();
5842
_reader
.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo);
5860
_reader
.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo);
5880
_reader
.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);