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)
5789if (_attributeInfo != null) 5791return _attributeInfo.AttributeUsage; 5812if (_attributeInfo == null && _reader.MapTable != null) 5819Debug.Assert(_attributeInfo != null); 5821return _attributeInfo; 5834if (_attributeInfo.PropInfo == null) 5842_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5845return _attributeInfo.PropInfo; 5858if (_attributeInfo.AttachedPropertyGetter == null) 5860_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5863return _attributeInfo.AttachedPropertyGetter; 5876if (_attributeInfo.AttachedPropertySetter == null) 5880_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo); 5883return _attributeInfo.AttachedPropertySetter; 5896return _attributeInfo.IsInternal; 5950if( _attributeInfo != null ) 5952return _attributeInfo.Name;