3 writes to Event
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
932
bamlAttributeInfoRecord.
Event
= XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType);
System\Windows\Markup\BamlRecordReader.cs (1)
5088
attribInfo.
Event
= MapTable.GetRoutedEvent(attribInfo);
System\Windows\Markup\BamlRecordWriter.cs (1)
1378
bamlAttributeInfoRecord.
Event
= xamlRoutedEventNode.Event; // set the table value
4 references to Event
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
926
if (null == bamlAttributeInfoRecord.
Event
)
936
return bamlAttributeInfoRecord.
Event
;
System\Windows\Markup\BamlRecordReader.cs (2)
5082
info = attribInfo.
Event
;
5089
info = attribInfo.
Event
;