2 writes to _attributeInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5680_attributeInfo = null; 5728_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);
17 references to _attributeInfo
PresentationFramework (17)
System\Windows\Markup\BamlRecordReader.cs (17)
5700if (_attributeInfo != null) 5702return _attributeInfo.AttributeUsage; 5723if (_attributeInfo == null && _reader.MapTable != null) 5729Debug.Assert(_attributeInfo != null); 5731return _attributeInfo; 5744if (_attributeInfo.PropInfo == null) 5749_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5752return _attributeInfo.PropInfo; 5765if (_attributeInfo.AttachedPropertyGetter == null) 5767_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5770return _attributeInfo.AttachedPropertyGetter; 5783if (_attributeInfo.AttachedPropertySetter == null) 5786_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo); 5789return _attributeInfo.AttachedPropertySetter; 5802return _attributeInfo.IsInternal; 5856if( _attributeInfo != null ) 5858return _attributeInfo.Name;