2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5681
_attributeInfo
= null;
5729
_attributeInfo
= _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5701
if (
_attributeInfo
!= null)
5703
return
_attributeInfo
.AttributeUsage;
5724
if (
_attributeInfo
== null && _reader.MapTable != null)
5730
Debug.Assert(
_attributeInfo
!= null);
5732
return
_attributeInfo
;
5745
if (
_attributeInfo
.PropInfo == null)
5750
_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType,
_attributeInfo
);
5753
return
_attributeInfo
.PropInfo;
5766
if (
_attributeInfo
.AttachedPropertyGetter == null)
5768
_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(
_attributeInfo
);
5771
return
_attributeInfo
.AttachedPropertyGetter;
5784
if (
_attributeInfo
.AttachedPropertySetter == null)
5787
_reader.XamlTypeMapper.UpdateAttachedPropertySetter(
_attributeInfo
);
5790
return
_attributeInfo
.AttachedPropertySetter;
5803
return
_attributeInfo
.IsInternal;
5857
if(
_attributeInfo
!= null )
5859
return
_attributeInfo
.Name;