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