2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5693
_attributeInfo
= null;
5741
_attributeInfo
= _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5713
if (
_attributeInfo
!= null)
5715
return
_attributeInfo
.AttributeUsage;
5736
if (
_attributeInfo
== null && _reader.MapTable != null)
5742
Debug.Assert(
_attributeInfo
!= null);
5744
return
_attributeInfo
;
5757
if (
_attributeInfo
.PropInfo == null)
5762
_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType,
_attributeInfo
);
5765
return
_attributeInfo
.PropInfo;
5778
if (
_attributeInfo
.AttachedPropertyGetter == null)
5780
_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(
_attributeInfo
);
5783
return
_attributeInfo
.AttachedPropertyGetter;
5796
if (
_attributeInfo
.AttachedPropertySetter == null)
5799
_reader.XamlTypeMapper.UpdateAttachedPropertySetter(
_attributeInfo
);
5802
return
_attributeInfo
.AttachedPropertySetter;
5815
return
_attributeInfo
.IsInternal;
5869
if(
_attributeInfo
!= null )
5871
return
_attributeInfo
.Name;