2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5705_attributeInfo = null; 5753_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5725if (_attributeInfo != null) 5727return _attributeInfo.AttributeUsage; 5748if (_attributeInfo == null && _reader.MapTable != null) 5754Debug.Assert(_attributeInfo != null); 5756return _attributeInfo; 5769if (_attributeInfo.PropInfo == null) 5774_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5777return _attributeInfo.PropInfo; 5790if (_attributeInfo.AttachedPropertyGetter == null) 5792_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5795return _attributeInfo.AttachedPropertyGetter; 5808if (_attributeInfo.AttachedPropertySetter == null) 5811_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo); 5814return _attributeInfo.AttachedPropertySetter; 5827return _attributeInfo.IsInternal; 5881if( _attributeInfo != null ) 5883return _attributeInfo.Name;