2 writes to EventInfo
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
5179attribInfo.EventInfo = ParserContext.XamlTypeMapper.GetClrEventInfo(currentParentType, attribInfo.Name); 5184attribInfo.EventInfo = currentParentType.GetEvent(attribInfo.Name,
4 references to EventInfo
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
5163info = attribInfo.EventInfo; 5182if (attribInfo.EventInfo == null) 5189if (attribInfo.EventInfo != null) 5195info = attribInfo.EventInfo;