3 writes to Event
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
944
bamlAttributeInfoRecord.
Event
= XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType);
System\Windows\Markup\BamlRecordReader.cs (1)
5101
attribInfo.
Event
= MapTable.GetRoutedEvent(attribInfo);
System\Windows\Markup\BamlRecordWriter.cs (1)
1381
bamlAttributeInfoRecord.
Event
= xamlRoutedEventNode.Event; // set the table value
4 references to Event
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
938
if (null == bamlAttributeInfoRecord.
Event
)
948
return bamlAttributeInfoRecord.
Event
;
System\Windows\Markup\BamlRecordReader.cs (2)
5095
info = attribInfo.
Event
;
5102
info = attribInfo.
Event
;