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