2 writes to EventInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5120attribInfo.EventInfo = ParserContext.XamlTypeMapper.GetClrEventInfo(currentParentType, attribInfo.Name); 5125attribInfo.EventInfo = currentParentType.GetEvent(attribInfo.Name,
4 references to EventInfo
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
5107info = attribInfo.EventInfo; 5123if (attribInfo.EventInfo == null) 5130if (attribInfo.EventInfo != null) 5136info = attribInfo.EventInfo;