2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5674
_attributeInfo
= null;
5722
_attributeInfo
= _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5694
if (
_attributeInfo
!= null)
5696
return
_attributeInfo
.AttributeUsage;
5717
if (
_attributeInfo
== null && _reader.MapTable != null)
5723
Debug.Assert(
_attributeInfo
!= null);
5725
return
_attributeInfo
;
5738
if (
_attributeInfo
.PropInfo == null)
5743
_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType,
_attributeInfo
);
5746
return
_attributeInfo
.PropInfo;
5759
if (
_attributeInfo
.AttachedPropertyGetter == null)
5761
_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(
_attributeInfo
);
5764
return
_attributeInfo
.AttachedPropertyGetter;
5777
if (
_attributeInfo
.AttachedPropertySetter == null)
5780
_reader.XamlTypeMapper.UpdateAttachedPropertySetter(
_attributeInfo
);
5783
return
_attributeInfo
.AttachedPropertySetter;
5796
return
_attributeInfo
.IsInternal;
5850
if(
_attributeInfo
!= null )
5852
return
_attributeInfo
.Name;