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)
5694if (_attributeInfo != null) 5696return _attributeInfo.AttributeUsage; 5717if (_attributeInfo == null && _reader.MapTable != null) 5723Debug.Assert(_attributeInfo != null); 5725return _attributeInfo; 5738if (_attributeInfo.PropInfo == null) 5743_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5746return _attributeInfo.PropInfo; 5759if (_attributeInfo.AttachedPropertyGetter == null) 5761_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5764return _attributeInfo.AttachedPropertyGetter; 5777if (_attributeInfo.AttachedPropertySetter == null) 5780_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo); 5783return _attributeInfo.AttachedPropertySetter; 5796return _attributeInfo.IsInternal; 5850if( _attributeInfo != null ) 5852return _attributeInfo.Name;