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