2 writes to EventInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5098attribInfo.EventInfo = ParserContext.XamlTypeMapper.GetClrEventInfo(currentParentType, attribInfo.Name); 5103attribInfo.EventInfo = currentParentType.GetEvent(attribInfo.Name,
4 references to EventInfo
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
5085info = attribInfo.EventInfo; 5101if (attribInfo.EventInfo == null) 5108if (attribInfo.EventInfo != null) 5114info = attribInfo.EventInfo;