2 writes to EventInfo
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
5099
attribInfo.
EventInfo
= ParserContext.XamlTypeMapper.GetClrEventInfo(currentParentType, attribInfo.Name);
5104
attribInfo.
EventInfo
= currentParentType.GetEvent(attribInfo.Name,
4 references to EventInfo
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
5086
info = attribInfo.
EventInfo
;
5102
if (attribInfo.
EventInfo
== null)
5109
if (attribInfo.
EventInfo
!= null)
5115
info = attribInfo.
EventInfo
;