1 write to _reader
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
5702
_reader
= reader;
10 references to _reader
PresentationFramework (10)
System\Windows\Markup\BamlRecordReader.cs (10)
5707
if (
_reader
.MapTable != null && targetIsDependencyObject)
5709
_dependencyProperty =
_reader
.MapTable.GetDependencyProperty(_attributeId);
5729
else if (
_reader
.MapTable != null)
5734
_reader
.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage);
5748
if (_attributeInfo == null &&
_reader
.MapTable != null)
5753
_attributeInfo =
_reader
.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
5771
Object currentParent =
_reader
.GetCurrentObjectData();
5774
_reader
.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo);
5792
_reader
.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo);
5811
_reader
.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);