2 writes to EventInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5092
attribInfo.
EventInfo
= ParserContext.XamlTypeMapper.GetClrEventInfo(currentParentType, attribInfo.Name);
5097
attribInfo.
EventInfo
= currentParentType.GetEvent(attribInfo.Name,
4 references to EventInfo
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
5079
info = attribInfo.
EventInfo
;
5095
if (attribInfo.
EventInfo
== null)
5102
if (attribInfo.
EventInfo
!= null)
5108
info = attribInfo.
EventInfo
;