2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5680
_attributeInfo
= null;
5728
_attributeInfo
= _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5700
if (
_attributeInfo
!= null)
5702
return
_attributeInfo
.AttributeUsage;
5723
if (
_attributeInfo
== null && _reader.MapTable != null)
5729
Debug.Assert(
_attributeInfo
!= null);
5731
return
_attributeInfo
;
5744
if (
_attributeInfo
.PropInfo == null)
5749
_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType,
_attributeInfo
);
5752
return
_attributeInfo
.PropInfo;
5765
if (
_attributeInfo
.AttachedPropertyGetter == null)
5767
_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(
_attributeInfo
);
5770
return
_attributeInfo
.AttachedPropertyGetter;
5783
if (
_attributeInfo
.AttachedPropertySetter == null)
5786
_reader.XamlTypeMapper.UpdateAttachedPropertySetter(
_attributeInfo
);
5789
return
_attributeInfo
.AttachedPropertySetter;
5802
return
_attributeInfo
.IsInternal;
5856
if(
_attributeInfo
!= null )
5858
return
_attributeInfo
.Name;