2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5681_attributeInfo = null; 5729_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5701if (_attributeInfo != null) 5703return _attributeInfo.AttributeUsage; 5724if (_attributeInfo == null && _reader.MapTable != null) 5730Debug.Assert(_attributeInfo != null); 5732return _attributeInfo; 5745if (_attributeInfo.PropInfo == null) 5750_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5753return _attributeInfo.PropInfo; 5766if (_attributeInfo.AttachedPropertyGetter == null) 5768_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5771return _attributeInfo.AttachedPropertyGetter; 5784if (_attributeInfo.AttachedPropertySetter == null) 5787_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo); 5790return _attributeInfo.AttachedPropertySetter; 5803return _attributeInfo.IsInternal; 5857if( _attributeInfo != null ) 5859return _attributeInfo.Name;