2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5705
_attributeInfo
= null;
5753
_attributeInfo
= _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5725
if (
_attributeInfo
!= null)
5727
return
_attributeInfo
.AttributeUsage;
5748
if (
_attributeInfo
== null && _reader.MapTable != null)
5754
Debug.Assert(
_attributeInfo
!= null);
5756
return
_attributeInfo
;
5769
if (
_attributeInfo
.PropInfo == null)
5774
_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType,
_attributeInfo
);
5777
return
_attributeInfo
.PropInfo;
5790
if (
_attributeInfo
.AttachedPropertyGetter == null)
5792
_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(
_attributeInfo
);
5795
return
_attributeInfo
.AttachedPropertyGetter;
5808
if (
_attributeInfo
.AttachedPropertySetter == null)
5811
_reader.XamlTypeMapper.UpdateAttachedPropertySetter(
_attributeInfo
);
5814
return
_attributeInfo
.AttachedPropertySetter;
5827
return
_attributeInfo
.IsInternal;
5881
if(
_attributeInfo
!= null )
5883
return
_attributeInfo
.Name;