2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5693_attributeInfo = null; 5741_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5713if (_attributeInfo != null) 5715return _attributeInfo.AttributeUsage; 5736if (_attributeInfo == null && _reader.MapTable != null) 5742Debug.Assert(_attributeInfo != null); 5744return _attributeInfo; 5757if (_attributeInfo.PropInfo == null) 5762_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5765return _attributeInfo.PropInfo; 5778if (_attributeInfo.AttachedPropertyGetter == null) 5780_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5783return _attributeInfo.AttachedPropertyGetter; 5796if (_attributeInfo.AttachedPropertySetter == null) 5799_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo); 5802return _attributeInfo.AttachedPropertySetter; 5815return _attributeInfo.IsInternal; 5869if( _attributeInfo != null ) 5871return _attributeInfo.Name;