3 writes to Event
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
962
bamlAttributeInfoRecord.
Event
= XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5166
attribInfo.
Event
= MapTable.GetRoutedEvent(attribInfo);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1393
bamlAttributeInfoRecord.
Event
= xamlRoutedEventNode.Event; // set the table value
4 references to Event
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
956
if (null == bamlAttributeInfoRecord.
Event
)
966
return bamlAttributeInfoRecord.
Event
;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
5160
info = attribInfo.
Event
;
5167
info = attribInfo.
Event
;