2 writes to _attributeInfo
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
5769
_attributeInfo
= null;
5818
_attributeInfo
= _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (17)
5789
if (
_attributeInfo
!= null)
5791
return
_attributeInfo
.AttributeUsage;
5812
if (
_attributeInfo
== null && _reader.MapTable != null)
5819
Debug.Assert(
_attributeInfo
!= null);
5821
return
_attributeInfo
;
5834
if (
_attributeInfo
.PropInfo == null)
5842
_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType,
_attributeInfo
);
5845
return
_attributeInfo
.PropInfo;
5858
if (
_attributeInfo
.AttachedPropertyGetter == null)
5860
_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(
_attributeInfo
);
5863
return
_attributeInfo
.AttachedPropertyGetter;
5876
if (
_attributeInfo
.AttachedPropertySetter == null)
5880
_reader.XamlTypeMapper.UpdateAttachedPropertySetter(
_attributeInfo
);
5883
return
_attributeInfo
.AttachedPropertySetter;
5896
return
_attributeInfo
.IsInternal;
5950
if(
_attributeInfo
!= null )
5952
return
_attributeInfo
.Name;