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