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)
5698
if (
_reader
.MapTable != null && targetIsDependencyObject)
5700
_dependencyProperty =
_reader
.MapTable.GetDependencyProperty(_attributeId);
5720
else if (
_reader
.MapTable != null)
5725
_reader
.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage);
5739
if (_attributeInfo == null &&
_reader
.MapTable != null)
5744
_attributeInfo =
_reader
.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
5762
Object currentParent =
_reader
.GetCurrentObjectData();
5765
_reader
.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo);
5783
_reader
.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo);
5802
_reader
.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);